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
Set model parameters to requires_grad=False (#3272)
* Set model parameters to requires_grad=False
Disable gradient computation for model parameters to fix test failing after pytorch/pytorch#166367
* Fix formatting of requires_grad assignment
0 commit comments