Closed zpltys closed 2 years ago
According to the description of result files, you can check the json file logs_val_oe.json
to get the results of baseline. For example, for Y/N questions, the key is eval_epoch.perAnswerType.yes/no
.
Thanks for your reply!
logs.txt I try to run the baseline as "python -m bootstrap.run -o cfvqa/options/vqacp2/smrl_baseline.yaml", and got the logs.txt. However, I cannot get the overall accuracy as similar in your paper (about 38.46), and how to get the accuracy of different question types (Y/N, other and number) from this log?
Should I run more epoch or change some super parameter?