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 2019/07/23 23:02:54 UTC

[GitHub] [incubator-mxnet] wkcn commented on issue #15644: BatchNorm Issue

wkcn commented on issue #15644: BatchNorm Issue
URL: https://github.com/apache/incubator-mxnet/issues/15644#issuecomment-514414748
 
 
   The default mode is testing, so the mean is 0, and the std is 1.
   
   The following code is in the training mode.
   
   with mx.autograd.record():
     mxnet_DNN(data)

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