ptrendx commented on issue #14564: Features of autograd.record
URL: 
https://github.com/apache/incubator-mxnet/issues/14564#issuecomment-478068941
 
 
   No. `use_global_stats=True` would mean that you don't calculate statistics 
during training, `False` calculates statistic from a current batch. In 
inference mode you never calculate statistics, and instead always use the 
global mean and variance.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to