You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/01/12 05:46:54 UTC

[GitHub] szha commented on issue #9392: Official version of MobileNet pretrained model and .json file

szha commented on issue #9392: Official version of MobileNet pretrained model and .json file
URL: https://github.com/apache/incubator-mxnet/issues/9392#issuecomment-357148890
 
 
   Gluon model zoo has it in master branch now, which you can use to generate the json and param
   ```python
   mx.gluon.model_zoo.vision.mobilenet1_0(pretrained=True).export('mobilenet1_0')
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services