hengyuan-hu / bottom-up-attention-vqa

An efficient PyTorch implementation of the winning entry of the 2017 VQA Challenge.
GNU General Public License v3.0
754 stars 181 forks source link

how do I use this trained model #35

Open bbbxixixixi opened 6 years ago

bbbxixixixi commented 6 years ago

suppose I have a picture a.jpg and an question "What color is the flower?" the training is done, the model is saved as model.pth, how can I use the model to predict the answer? Thanks

Terahezi commented 5 years ago

Hi, I am also trying to do this. Have you figured out how to do it?