Vgg16
The classification variant of the VGG16 architecture.
| Architecture Variable | Value |
|---|---|
| Key in architecture_dict | "2D.VGG16" |
| 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