Vgg19
The classification variant of the VGG19 architecture.
Architecture Variable | Value |
---|---|
Key in architecture_dict | "2D.VGG19" |
Input_shape | (224, 224) |
Standardization | "caffe" |
Reference - Implementation
Reference - Publication
Karen Simonyan, Andrew Zisserman. 04 Sep 2014.
Very Deep Convolutional Networks for Large-Scale Image Recognition.
https://arxiv.org/abs/1409.1556