We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I finetune the model with VQAv2, It produces a lower score than that proposed in the paper. (43%)
Can you explain where this difference comes from and how to fix it??
The text was updated successfully, but these errors were encountered:
How many epochs did you run. Did you properly initialized the model weights?
Sorry, something went wrong.
10 epochs and I initialized with pre-trained TVLT weights from huggingface named TVLT.ckpt
Hi! I'm experiencing the same issue and have found no performance difference between randomly initialized models and pre-trained checkpoints.
So, one suspicion is there might be some problems in the initialization. Is there a way to check if the model is properly initialized?
No branches or pull requests
When I finetune the model with VQAv2,
It produces a lower score than that proposed in the paper. (43%)
Can you explain where this difference comes from and how to fix it??
The text was updated successfully, but these errors were encountered: