Open yuanrr opened 1 year ago
When I trian on VQA v2 by default:
CUDA_VISIBLE_DEVICES=$1 python src/vqa.py \ --train train \ --valid train \ --test minival,nominival \
It reported: No such file or directory: './train.json' I noticed that VQA dataset provided by VLT5 did not have those files. Am I mistaken here... Hope to get your response, thanks!
Sorry for disturbing you, I find it in LXMERT. : )
When I trian on VQA v2 by default:
CUDA_VISIBLE_DEVICES=$1 python src/vqa.py \ --train train \ --valid train \ --test minival,nominival \
It reported: No such file or directory: './train.json' I noticed that VQA dataset provided by VLT5 did not have those files. Am I mistaken here... Hope to get your response, thanks!