quantum-fusion opened a new issue #18862:
URL: https://github.com/apache/incubator-mxnet/issues/18862


   ## Description
   (A clear and concise description of what the bug is.)
   
   I want to download an ONNX model from the model Zoo. 
(https://github.com/onnx/models). Since the model zoo only provides the ONNX 
files
   
   I do not know where to get these files from, and how to generate them. (see 
exporter function) 
(https://mxnet.apache.org/versions/1.6/api/python/docs/tutorials/deploy/export/onnx.html#How-to-use-MXNet-to-ONNX-exporter-API)
   
   Where do these files come from, and can they be generated from the ONNX 
model?
   # Downloaded input symbol and params files
   sym = './resnet-18-symbol.json'
   params = './resnet-18-0000.params'
   
   
   
   # paste outputs here
   ```
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to