Skip to content
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

Supervised Fine-Tuning of Teacher / Student Transformer Weights #226

Open
MatCorr opened this issue Dec 8, 2022 · 0 comments
Open

Supervised Fine-Tuning of Teacher / Student Transformer Weights #226

MatCorr opened this issue Dec 8, 2022 · 0 comments

Comments

@MatCorr
Copy link

MatCorr commented Dec 8, 2022

I used DINO to do self-supervised pre-training of a Small ViT on a dataset I have. Now I wanted to fine-tune the model on another dataset in a supervised way.

I know that, in a way, the code in eval_linear.py allows us to do that, but - as far as I was able to tell - it only updates the weights of the Linear model built on top of the representations generated by the pre-trained Transformer.

So my question is: has anyone tried to perform supervised fine-tuning in a way that the weights of the Teacher or Student Transformers are updated as well?

PS: I realize this might not be the ideal place to ask this question, since it sort of falls out of the DINO jurisdiction, but I figured it was worth a try.

Thanks for the amazing you work you guys did, and for sharing it with us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant