You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/08/19 03:37:07 UTC

[GitHub] [incubator-mxnet] AIGirl10 commented on issue #14589: convert from mxnet to onnx failed, with Unrecognized attribute: spatial for operator BatchNormalization

AIGirl10 commented on issue #14589:
URL: https://github.com/apache/incubator-mxnet/issues/14589#issuecomment-675832555


   > @dongjunjundong
   > MXNet has support up to ONNX v1.3.0. [BatchNormalization (Opset7)](https://github.com/onnx/onnx/blob/master/docs/Changelog.md#BatchNormalization-7) had a an attribute "spatial" which is being exported from MXNet to ONNX. Looks like this attribute has been dropped in [BatchNormalization (Opset 9)](https://github.com/onnx/onnx/blob/master/docs/Changelog.md#BatchNormalization-9).
   > 
   > Please try using ONNX v1.3.0. Exporting with ONNX 1.3.0 worked for me.
   
   Can you please tell me how to export with onnx 1.3 since we are using onnx from mxnet ?


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