mxnet.gluon.model_zoo.vision.vgg19¶
-
mxnet.gluon.model_zoo.vision.
vgg19
(**kwargs)[source]¶ VGG-19 model from the “Very Deep Convolutional Networks for Large-Scale Image Recognition” paper.
- Parameters
pretrained (bool, default False) – Whether to load the pretrained weights for model.
ctx (Context, default CPU) – The context in which to load the pretrained weights.
root (str, default '$MXNET_HOME/models') – Location for keeping the model parameters.