Hi and thank you for sharing your code in such an actually usable way !
The pretraining instructions mention a file name 'all_ans.json', which is required for launching the pretraining instruction, but I coulnd't find out how to download or build it, and when I run
bash run/lxmert_pretrain.bash 0,1,2,3 --multiGPU --tiny
I get
FileNotFoundError: [Errno 2] No such file or directory: 'data/lxmert/all_ans.json'
Could anyone tell me how to get all_ans ?
Many thanks
Hi and thank you for sharing your code in such an actually usable way ! The pretraining instructions mention a file name 'all_ans.json', which is required for launching the pretraining instruction, but I coulnd't find out how to download or build it, and when I run
bash run/lxmert_pretrain.bash 0,1,2,3 --multiGPU --tiny
I getFileNotFoundError: [Errno 2] No such file or directory: 'data/lxmert/all_ans.json'
Could anyone tell me how to get all_ans ? Many thanks