Closed zzzqzhou closed 1 year ago
I want to freeze ViT backbone during training on some downstream tasks. How can I change the config or the code?
You can write some code on the train.py to freeze ViT backbone, like this code:
Thanks a lot!
I want to freeze ViT backbone during training on some downstream tasks. How can I change the config or the code?