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: [email protected] With regards, Apache Git Services
