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

Checkpoints of Villa models to run on validation set #9

Open
JurijsNazarovs opened this issue Jul 12, 2022 · 0 comments
Open

Checkpoints of Villa models to run on validation set #9

JurijsNazarovs opened this issue Jul 12, 2022 · 0 comments

Comments

@JurijsNazarovs
Copy link

JurijsNazarovs commented Jul 12, 2022

Hello,

Thanks for your work and available code. I have downloaded your checkpoints using
download_pretrained.sh

It downloaded several VILLA models, where one of them is villa-base.pt. Then I would like to run the validation on the checkpoint model as

python train_vqa_adv.py --config config/train-vqa-base-1gpu-adv.json --checkpoint saved_data/pretrained/villa-base.pt  --valid_steps 1

However, I noticed that when model is loaded from the checkpoint, weights of self.vqa_output are not updated. What would be your suggestion if I want to take your best model and use it to run on a validation set?

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