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/19 04:42:44 UTC

[GitHub] [incubator-mxnet] TristonC removed a comment on issue #18751: gluon.nn.BatchNorm seems to swap updated values of moving_mean and moving_var on GPU.

TristonC removed a comment on issue #18751:
URL: https://github.com/apache/incubator-mxnet/issues/18751#issuecomment-660586280


   On GPU, the first running mean is 0, while the following 3 running means are 0.1, 0.19 and 0.271, which can be explained as 
   running_mean = 0.1 * running_mean + 0.9 * previous running_mean
   Not sure why the running mean does not change on CPU context. We need to figure it out.


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