Batch Normalization in tensorflow
问题 I noticed there are batch normalization functions already in the api for tensorflow. One thing I don't understand though, is how to to change the procedure between training and test? Batch normalization acts differently during test than during training. Specifically one uses a fixed mean and variance during training. Is there some good example code somewhere? I saw some, but with scope variables it got confusing 回答1: You are right, the tf.nn.batch_normalization provides just the basic