VGG¶
The VGG model is based on the Very Deep Convolutional Networks for Large-Scale Image Recognition paper.
Model builders¶
The following model builders can be used to instantiate a VGG model, with or
without pre-trained weights. All the model buidlers internally rely on the
torchvision.models.vgg.VGG
base class. Please refer to the source code for
more details about this class.
|
VGG-11 from Very Deep Convolutional Networks for Large-Scale Image Recognition. |
|
VGG-11-BN from Very Deep Convolutional Networks for Large-Scale Image Recognition. |
|
VGG-13 from Very Deep Convolutional Networks for Large-Scale Image Recognition. |
|
VGG-13-BN from Very Deep Convolutional Networks for Large-Scale Image Recognition. |
|
VGG-16 from Very Deep Convolutional Networks for Large-Scale Image Recognition. |
|
VGG-16-BN from Very Deep Convolutional Networks for Large-Scale Image Recognition. |
|
VGG-19 from Very Deep Convolutional Networks for Large-Scale Image Recognition. |
|
VGG-19_BN from Very Deep Convolutional Networks for Large-Scale Image Recognition. |