Doubt regarding freezing of layer #1492
Unanswered
SahilChachra
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When we load a pretrained model in Timm, the layers are NOT frozen, meaning if I use pretrained model and finetune it with my own data, each gradient is updated unless I freeze them using autograd=False for each layer - Is this statement correct ?
Beta Was this translation helpful? Give feedback.
All reactions