Closed tzs930 closed 6 years ago
You could use the encoder/decoder definitions from here: https://github.com/batra-mlp-lab/visdial/tree/master/encoders https://github.com/batra-mlp-lab/visdial/tree/master/decoders They're not auto-generated.
Thank you for your help!! :)
Hi, I have some troubles to run visual-chatbot. I changed a path string for
load_path
inchat/constants.py
, from 'load_path': 'models/hre-qih-g-10.t7' tomodels/hre-ques-im-hist-gen-vgg16-14.t7
because I can't see any downloaded filehre-qih-g-10.t7
after I rundownload_model.sh
script.When I run
python worker.py
, the results are like below:I think encoder/decoder lua files should be generated automatically when I loaded model file, but they are not.
load_path
among recent downloaded files? I think this should be updated inchat/constants.py
.