tornadomeet commented on issue #9420: add use_global_stats in nn.BatchNorm URL: https://github.com/apache/incubator-mxnet/pull/9420#issuecomment-368715334 @7oud the correct way which using bn during training from scratch is setting `use_global_status=False`; just make `use_global_status` as a parameter for your block class, then you just need changed it once time.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
