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
This line estimate the population statistics during training using a moving average. p and m stand for the parameters before and after the update respectively.
Hi, any hint about how does batch norm update and why you do the following?
Just trying to mimic the same behavior in Pytorch but not sure what are
p
andm
and when this update happens during the execution.The text was updated successfully, but these errors were encountered: