Replies: 1 comment
-
@sh1ng right now you have to iterate over the model modules manually (model specific) to freeze BN, set requires_grad = False, or split params into different optimizer groups. I have a todo to make a generic interface to do this based on the feature extraction stages, but it's behind a bunch of other tasks. In this aspect, it's no different from torchvision models. |
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
-
Hi,
It would be nice to have not only be able to tune head layers, but a few last conv layers also.
Currently it's only postable to do
Beta Was this translation helpful? Give feedback.
All reactions