mxnet.gluon.model_zoo.vision.mobilenet_v2_0_5¶
-
mxnet.gluon.model_zoo.vision.
mobilenet_v2_0_5
(**kwargs)[source]¶ MobileNetV2 model from the “Inverted Residuals and Linear Bottlenecks: Mobile Networks for Classification, Detection and Segmentation” 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.