ThomasDelteil commented on issue #11522: MXNet 1.2.0 - net.save_params() output parameter file contains garbage URL: https://github.com/apache/incubator-mxnet/issues/11522#issuecomment-402886569 @simonmaurer please use ```python net.hybridize() net(mx.nd.ones((1,3,224,224)) net.export('test') ``` To export your model. You will get a `test-symbol.json` and `test-0000.params` file. For more details refer to this tutorial: https://mxnet.incubator.apache.org/tutorials/gluon/save_load_params.html
---------------------------------------------------------------- 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
