Brightchu edited a comment on issue #14589:
URL: 
https://github.com/apache/incubator-mxnet/issues/14589#issuecomment-799153461


   > Hi @Brightchu, we have been working on ONNX support on the v1.x branch 
lately. We added support for onnx 1.7 and 100s of new models. Would you share 
your specific export use case so that we can prioritize it?
   > BTW to get your current mxnet's (1.5. 1.6 1.7 etc) onnx support up to 
date, you can check out this tool: #19876
   
   hi, thanks for your reply. 
   i am converting a SSR net from mxnet to onnx. the mxnet version is 1.7.0, 
onnx version is 1.8.1;
   it failed, when using onnx_mxnet.export_model() to converting the model.
   i checkout the onnx_mxnet.export_model() func,  in the last step, 
onnx.checker assert  an error, 
   indicating the BatchNormalization layers containing the attribute "spatial" 
which it is not compatible with onnx. 
   according to @vandanavk 's suggestion, downgradinng onnx to 1.3.0 works for 
me.
   and i test the onnxruntime.run inference result, it's consistent with mxnet 
output.
   so, the problem is partially resolved as in my situation..


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org

Reply via email to