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
How do you exactly freeze layers during FineTuning?
I want to freeze feature extraction layers because i my finetuned model stops recognizing the old data the pretrained model recognizes, but i want my fine tuned model to keep recognizing it and also recognize the data it was fine tuned on.
do i just set the freeze_FeatureExtraction: False to True?
The text was updated successfully, but these errors were encountered:
How do you exactly freeze layers during FineTuning?
I want to freeze feature extraction layers because i my finetuned model stops recognizing the old data the pretrained model recognizes, but i want my fine tuned model to keep recognizing it and also recognize the data it was fine tuned on.
do i just set the freeze_FeatureExtraction: False to True?
The text was updated successfully, but these errors were encountered: