[GitHub] [incubator-mxnet] ptrendx commented on issue #14564: Features of autograd.record

2019-03-29 Thread GitBox
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.

[GitHub] [incubator-mxnet] ptrendx commented on issue #14564: Features of autograd.record

2019-03-29 Thread GitBox
ptrendx commented on issue #14564: Features of autograd.record URL: https://github.com/apache/incubator-mxnet/issues/14564#issuecomment-478032357 If you have e.g. batchnorm in your model, the first way will use training mode of it (using statistics from your batch), whereas the second way