-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change the student backbone #16
Comments
Hi @zhlhlhlhl Go ahead! It's highly flexible.
|
Really appreciate your prompt responese! I'll try this ASAP. BTW, do you think the feature generated by a larger student backbone will perform better in vision tasks? |
After training, I only got .pth files. How do I load these weights? |
It's highly possible!
See theia/src/theia/models/rvfm.py Line 77 in 9ee7548
|
I mean, if I want to use AutoModel.from_pretrained to load the model, it lacks files such as config.json and theia_model.py, where I can get these? |
If I understand it correctly, you want to use
|
Hi, I'm curious about if Theia can change the backbone of the student model. Now you are using DEIT-base-patch-16-224, I want to use a pre-trained larger model like clip-vit-base-patch32 to distill other VFMs. Do you think it's feasible?
The text was updated successfully, but these errors were encountered: