Training with frozen backbone (head only) #201
Unanswered
Chrisguagliano
asked this question in
Ideas
Replies: 1 comment
-
@esquirel123 no, currently no builtin interface for that (on the list of possible TODOs). You'll have to manually iterate over the modules and set requires_grad=False, set BN mode, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Perhaps I've missed it or unsure of how to implement it, but is there a built in option to freeze the backbone and train only the heads (classification and regression networks)?
Thank you!
E
Beta Was this translation helpful? Give feedback.
All reactions