allgrom edited a comment on issue #12514: Exception occurred when convert mxnet 
model to onnx model
URL: 
https://github.com/apache/incubator-mxnet/issues/12514#issuecomment-441653858
 
 
   I had the same problem. First, I manually changed symbol.json file by adding 
to it the key "attrs" with the following parameters {"axis": "1", "eps": 
"1e-03", "fix_gamma": "True", "momentum": "0.9", "use_global_stats": "False"}. 
But after convertation the output  in onnx was different from the output of the 
original model. 
   PR #12787 solves this problem without adding the key "attrs", but the result 
after convertation in onnx still differs.

----------------------------------------------------------------
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

Reply via email to