anirudhacharya commented on issue #12018: onnx converter error
URL: 
https://github.com/apache/incubator-mxnet/issues/12018#issuecomment-410792930
 
 
   The ONNX specification recently changed the definition of the BatchNorm 
operator, see here 
[opset_version7](https://github.com/onnx/onnx/blob/master/docs/Operators.md#BatchNormalization)
 and 
[op_setversion6](https://github.com/onnx/onnx/blob/master/docs/Changelog.md#BatchNormalization-6).
   
   So currently there are many models that use opset_version6 and some that use 
opset_version7. This error is caused due to this discrepancy in the operator 
definition. I will try to prioritize and get a patch fix to handle both 
versions of the operator and merge it into the master.

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