BigRedT / info-ground

Learning phrase grounding from captioned images through InfoNCE bound on mutual information
http://tanmaygupta.info/info-ground/
Other
72 stars 16 forks source link

Evaluation on Flickr: Missing results files #5

Open carleyreardon3 opened 3 years ago

carleyreardon3 commented 3 years ago

Hi,

I am trying to test your code as a baseline for my project, and I have followed the instructions through training to set up the model. When I try running the script given for model selection, it throws some errors because it is searching for the following non-existent files: ./flickr_exp/model_trained_on_flickr/results_val_0.json ./flickr_exp/model_trained_on_flickr/results_val_1500.json ./flickr_exp/model_trained_on_flickr/results_val_3000.json ./flickr_exp/model_trained_on_flickr/results_val_4500.json ... (for a total of 20 files). It seems that these results files should have been generated during training, but I cannot seem to find where they're generated from, or why they might not have been generated/don't exist. Any help in how to resolve this issue would be greatly appreciated, thanks!