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 2018/03/14 01:44:39 UTC

[GitHub] chinakook opened a new issue #10095: BatchNorm on axis=-1 is very slower than axis=1

chinakook opened a new issue #10095: BatchNorm on axis=-1 is very slower than axis=1
URL: https://github.com/apache/incubator-mxnet/issues/10095
 
 
   As profiler shows, the "nn.BatchNorm(axis=-1)" will cause 10x lower speed on my application than "nn.BatchNorm(axis=1)".
   However, We often need a "nn.BatchNorm(axis=-1)" after "nn.Dense(flatten=False)".

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


With regards,
Apache Git Services