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/07/01 00:03:20 UTC

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #18646: BatchNorm with axis=-1 is much slower than axis=1

wkcn edited a comment on issue #18646:
URL: https://github.com/apache/incubator-mxnet/issues/18646#issuecomment-652109101


   The reason is that MKLDNN and CuDNN are only applied when axis = 1.
   The open PR https://github.com/apache/incubator-mxnet/pull/18504 fixes it.
   
   However, we will replace mkldnn_off and cudnn_off attributes with environment variables, so the PR is blocked.


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