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/03/06 09:46:00 UTC

[GitHub] [incubator-mxnet] RuRo commented on issue #17711: [ONNX export] Fixing spatial export for batchnorm

RuRo commented on issue #17711: [ONNX export] Fixing spatial export for batchnorm
URL: https://github.com/apache/incubator-mxnet/pull/17711#issuecomment-595688027
 
 
   As far as I understand, `spatial=1` is the default in all versions of the `BatchNormalization` operator. The newer versions don't have this attribute, but still do a computation as if `spatial=1`, so I think we are better off removing the explicit attribute and relying on the default behaviour, since specifying it explicitly will make it harder to convert to newer ONNX opset versions.
   
   What do you think?

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


With regards,
Apache Git Services