What computation is performed when applying a neural network with Batch Normalization to test data?
µ and o^2 are estimated using an exponentially weighted average across tram and test sets
Normalizations are applied using parameters learned during testing
Normalizations are applied using parameters learned during training
µ and o^2 are estimated using an exponentially weighted average across test set
Submit