Closed badripatro closed 6 years ago
Hi @badripatro - it is a recently introduced bug in #8 mainly caused by a difference in schema between VisDial v0.5 and v1.0. We continue to offer out of the box support for v0.5 with this codebase. I have opened #9, once it gets merged, you may pull from master and this issue will be resolved. :slightly_smiling_face:
Hi @badripatro: #9 is merged, please pull from master.
Thanks a lot.
Hi When I run this command
CUDA_VISIBLE_DEVICES=4 python train.py -useGPU -trainMode sl-qbot -enableVisdom 1 \ -visdomServer http://127.0.0.1 -visdomServerPort 8098 -visdomEnv my-qbot-job
I got this error
File "train.py", line 39, in
dataset = VisDialDataset(params, splits)
File "/home/badri/badripatro/workspace_project/visual_dialog/visdial-rl-master_v10/dataloader.py", line 149, in init
self.prepareDataset(dtype)
File "/visdial-rl-master_v10/dataloader.py", line 185, in prepareDataset
self.data[dtype + '_ans_ind'] -= 1
KeyError: 'test_ans_ind'
Should I change in the "propro.py" file?
These are the keys present in "chat_processed_data.h5" file