You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "main.py", line 136, in
main(config)
File "main.py", line 68, in main
config['data']['dir'], config['data']['test']['emb_dir'])
KeyError: 'test'
The text was updated successfully, but these errors were encountered:
Hi,
I am having problem in running main.py. i have changed preprocess in both yaml to true
$python3 main.py --config '/home/ice/Documents/dnn_vqa/Visual-Question-Answering/config/config_vqa_sgd.yml'
Traceback (most recent call last):
File "main.py", line 136, in
main(config)
File "main.py", line 68, in main
config['data']['dir'], config['data']['test']['emb_dir'])
KeyError: 'test'
The text was updated successfully, but these errors were encountered: