Cadene / vqa.pytorch

Visual Question Answering in Pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'OpenEnded_mscoco_val2014_model_accuracy.json' is not created

zizhu1234 opened this issue · comments

Hi :
The 'OpenEnded_mscoco_val2014_model_accuracy.json' is needed in line 26 in 'visu.py', but I can not find the function to generate it in your 'train.py'. When the 'trainsplit = train' , it can not generete the 'OpenEnded_mscoco_val2014_model_accuracy.json' . And only 'OpenEnded_mscoco_val2014_model_result.json' was cteated. I want to know what is wrong with it?

Thanks

Hi, @zizhu1234, I have the same question, how did you get the accuracy?

commented

@zwx8981 It should be created right here:
https://github.com/Cadene/vqa.pytorch/blob/master/train.py#L287

It is really messy :/