-
Notifications
You must be signed in to change notification settings - Fork 22
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
student or teacher fine-tune #22
Comments
We use the teacher model. But our experiments showed that using the student does not lead to much difference. |
I don't know where the parameters in my pre training section were set incorrectly. The results I ran were only 92.01 on the ucf101 dataset and 64.17 on the hmdb51 dataset. I reproduced the weights you provided, which can reach 94.23 and 68.18, respectively |
Can you disclose some information about the values of pretraining stages |
@ttkxyy , I noticed that in the default setting, the code will runs for 100 epochs, which is different from the 20 epoch mentioned by papers. Did you notice the difference? |
@memoiry Yes, I noticed that the parameters of SVT are the same as those of the Dino model. I think they should be modified according to the parameters proposed by the author in the paper, but I have not been able to successfully reproduce it. |
Dear team,
Thank you again for your work on the code!
Do you fine-tune using the student model or the teacher model?
The text was updated successfully, but these errors were encountered: