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

Answer vocabulary #19

Open
gkv91 opened this issue Dec 5, 2019 · 3 comments
Open

Answer vocabulary #19

gkv91 opened this issue Dec 5, 2019 · 3 comments

Comments

@gkv91
Copy link

gkv91 commented Dec 5, 2019

Hi,
How the answer vocabulary is selected (for VQAv2, VQA-CPv2 and TDIUC)?
Thanks

@Cadene
Copy link
Owner

Cadene commented Dec 5, 2019

Most common answers.
The number of answers is selected as an hyper parameter (grid search).

@gkv91
Copy link
Author

gkv91 commented Dec 5, 2019

Do you mean top 1000,2000,3000 like that?. Also, the accuracy scores correspond to the questions with these answers (those are in the vocabulary) or the entire dataset?
Thanks

@Cadene
Copy link
Owner

Cadene commented Dec 5, 2019

Yes :'D

On the validation set, it's only on the chosen subset.

On the testing set, it's for all of them.

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

2 participants