You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using batchnorm you seem to be passing it zeros for the mean and ones for the variance with no offset or scale parameter. There don't look to be any trainable parameters here and the normalisation appears to not actually be doing anything according to the equation here
When using batchnorm you seem to be passing it zeros for the mean and ones for the variance with no offset or scale parameter. There don't look to be any trainable parameters here and the normalisation appears to not actually be doing anything according to the equation here
https://www.tensorflow.org/api_docs/python/tf/nn/batch_normalization
The text was updated successfully, but these errors were encountered: