szha commented on issue #9388: Official version of pretrained MobileNet/ShuffleNet/NASNet is available? URL: https://github.com/apache/incubator-mxnet/issues/9388#issuecomment-408571404 @jmnie it's included in the latest versions of mxnet. ``` from mxnet import gluon net = gluon.model_zoo.vision.resnet50_v1(pretrained=True) ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
