neural-vqa icon indicating copy to clipboard operation
neural-vqa copied to clipboard

:grey_question: Visual Question Answering in Torch

Results 3 neural-vqa issues
Sort by recently updated
recently updated
newest added

Hello, I didn't encounter any problems while running the example code, but the answers always come out as yes or no. th predict.lua -checkpoint_file checkpoints/vqa_epoch23.26_0.4610.t7 -input_image_path data/train2014/COCO_train2014_000000405541.jpg -question 'What is...

I am trying to get the results through pretrained cpu checkpoint. My command is th predict.lua -checkpoint_file checkpoints/vqa_epoch23.26_0.4610_cpu.t7 -input_image_path data/train2014/COCO_train2014_000000405541.jpg -question 'What is the cat on?' -gpuid -1 Error given...

bug

Hello, how can I change this part of code to forward the image fisrt also could u plz provide 2vis-lstm code ? for t = 1, loader.q_max_length do lst =...