mxnet-the-straight-dope icon indicating copy to clipboard operation
mxnet-the-straight-dope copied to clipboard

`is_training` for Batch Normalization in gluon

Open jonbakerfish opened this issue 6 years ago • 2 comments

In Batch Normalization from scratch, there is a is_training parameter to control the behavior of Batch Normalization. However, for Batch Normalization in gluon, there is no such an option. How do we know it's using global moving statistics or local batch-norm in GLUON?

jonbakerfish avatar Jun 03 '18 09:06 jonbakerfish

Same doubt here! Could you please clarify? Thank you, Patricia

patriciaaa82 avatar Jul 13 '18 14:07 patriciaaa82

@patriciaaa82 @jonbakerfish I think you may find the answer here https://gluon.mxnet.io/chapter03_deep-neural-networks/mlp-dropout-gluon.html#Accessing-is_training()-status

kli-casia avatar Aug 14 '18 07:08 kli-casia