karpathy / neuraltalk2

Efficient Image Captioning code in Torch, runs on GPU
5.49k stars 1.26k forks source link

Only 100 captions saved to vis.json #184

Open j4ysen opened 7 years ago

j4ysen commented 7 years ago

Hi Upon evaluation of eval.lua, with -num_images provided as a value of -1 or a number more than 100, only 100 captions are saved to vis.json. I can see from the terminal that captions are in fact generated, but not saved. The images are copied to the vis/imgs folder.