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
hey, I'm confused why you didn't use the standard grad clipping function nn.utils.clip_grad_norm(parameters, max_value) instead of implementing clip_grad_by_norm_?
The text was updated successfully, but these errors were encountered:
MAML-Pytorch/meta.py
Line 41 in 98a00d4
hey, I'm confused why you didn't use the standard grad clipping function
nn.utils.clip_grad_norm(parameters, max_value)
instead of implementingclip_grad_by_norm_
?The text was updated successfully, but these errors were encountered: