YutingZhang opened a new pull request #14816: support auto mode for use_global_stats URL: https://github.com/apache/incubator-mxnet/pull/14816 This PR is to make BatchNorm support "auto" mode for `use_global_stats`. When `autograd.is_training()==True`, it `use_global_stats=False`; otherwise, `use_global_stats=True`.
---------------------------------------------------------------- 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
