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

Use of --qaSets parameter #99

Open
aurooj opened this issue Apr 9, 2021 · 1 comment
Open

Use of --qaSets parameter #99

aurooj opened this issue Apr 9, 2021 · 1 comment

Comments

@aurooj
Copy link

aurooj commented Apr 9, 2021

Hi, Thanks for this great code repo.

I have a confusion about use of parameter --qaSets.
In the code documentation, it is mentioned
param qa_sets: if None, no action o.w., only takes the answers appearing in these dsets and remove all unlabeled data (MSCOCO captions)

Also, we can select qaSets to be vqa, visual7w, gqa
Can you please elaborate further? More specifically, I am curious what will happen if I omit one of the options, for instance, passing --qaSets vqa,visual7w
will it omit the GQA dataset for VQA pretext task? or my understanding is wrong?
Looking forward to hearing from you soon. Thanks in advance!

@dreichCSL
Copy link

Did you manage to exclude an entire dataset completely? As far as I understand at this point, specifying --qaSets will only affect which answer classes are trained, but not which datasets are used (i.e. it still uses all datasets, just not all samples, namely not those samples that belong to unsupported answer classes).

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