basic_vqa
basic_vqa copied to clipboard
Pytorch VQA : Visual Question Answering (https://arxiv.org/pdf/1505.00468.pdf)
HI @tbmoon , I do all step by step but when running (python3 make_vacabs_for_questions_answers.py --input_dir='../COCO-2015') I see some error could you help me Traceback (most recent call last): File "/home/ubuntu/basic_vqa/utils/make_vacabs_for_questions_answers.py",...
When running `!python ../build_vqa_inputs.py --input_dir='../datasets' --output_dir='../datasets'` I see `Traceback (most recent call last): File "../build_vqa_inputs.py", line 96, in main(args) File "../build_vqa_inputs.py", line 69, in main answer_dict = text_processing.VocabDict(vocab_answer_file) NameError: name...
HI @tbmoon , While i am running python train.py getting an error **"ImportError: cannot import name 'text_helper' "** i was unable to resolve this issue could you please help me...
when trying exec python build_vqa_inputs.py --input_dir='../datasets' --output_dir='../datasets' this msg appears NameError : name 'text_processing' is not defined i changed module name text_processing to text_helper
HI @tbmoon , Actually i am using your code while i am running the train.py file my system is automatically restarting every time i was unable to find the issue...