mxnet.gluon.model_zoo.vision.resnet18_v1¶
-
mxnet.gluon.model_zoo.vision.
resnet18_v1
(**kwargs)[source]¶ ResNet-18 V1 model from “Deep Residual Learning for 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.