siddk / vqa-outliers

Code and Experiments for ACL-IJCNLP 2021 Paper "Mind Your Outliers! Investigating the Negative Impact of Outliers on Active Learning for Visual Question Answering."
GNU General Public License v3.0
56 stars 11 forks source link

Fix bugs for reproduction. #4

Closed katsura-jp closed 2 years ago

katsura-jp commented 2 years ago

Fix the bugs that were reported in issue #2 and add reproducing environment on dokcer.

Bug

  1. VQA's data folder name. change data/VQA-Images and data/VQA-Spatials to data/VQA2-Images and data/VQA2-Spatials respectively.
  2. GQA's image path.
  3. return value in training_epoch_end of each model.
  4. arguments of ModelCheckpoint.
  5. command for creating DatasetMap.

Add

Provide Docker environment for reproducing. I added files, Dockerfile and requirements.txt. And, I reported how to build image and run container in README.

Attention

I have tested the PR in Docker environment, but not on Anaconda.