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 Pytorch, i know there is a parameter named "requires_grad" . But in this repo, how can i use a pretrained model, and freeze the backbone like set "requires_grad==False" in Pytorch?
The text was updated successfully, but these errors were encountered:
In Pytorch, i know there is a parameter named "requires_grad" . But in this repo, how can i use a pretrained model, and freeze the backbone like set "requires_grad==False" in Pytorch?
The text was updated successfully, but these errors were encountered: