Freezing layers from CLI #1721
Unanswered
Lihi-Gur-Arie
asked this question in
Q&A
Replies: 1 comment
-
@Lihi-Gur-Arie there is nothing implemented, the API would be somewhat complicated for the fully granular case (ie at individual layer granularity, would have to pass a loooong list of names via command line or a text file). Using the timm grouping interface I could add an index based freeze, but one would need to be familiar with the grouping for each network to know what the index numbers mean, I implemented something like this was implemented in open_clip for timm backbones |
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.
-
Thank you for this amazing project.
Does anybody know if there is a way to freeze layers for transfer learning, directly from the CLI (when running the train.py)?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions