Cyanogenoid / pytorch-vqa

Strong baseline for visual question answering
238 stars 97 forks source link

ssd create issue #14

Closed JuHyung-Son closed 6 years ago

JuHyung-Son commented 6 years ago

I have this issue: OSError: Unable to create file (unable to open file: name = '/ssd/resnet-14x14.h5', errno = 2, error message = 'No such file or directory', flags = 15, o_flags = c2)

Cyanogenoid commented 6 years ago

Read the instructions more carefully: Set the paths to your downloaded questions, answers, and MS COCO images in config.py. I've updated the config now to save it to the local directory by default, so this shouldn't happen anymore.