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
In the original MAML paper, they dont track the running mean and variance. They only use the current mean and variance for their normalization. Although in MAML++ they do track running mean and vairance
Hi
can you please help me understand why 'track_running_stats' is set to False ?
pytorch-maml/maml/model.py
Line 12 in c7d994a
The text was updated successfully, but these errors were encountered: