cdancette / rubi.bootstrap.pytorch

NeurIPS 2019 Paper: RUBi : Reducing Unimodal Biases for Visual Question Answering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logs_rubi_val_oe.json not getting generated

abhipsabasu opened this issue · comments

When I run rubi, the following files are getting generated. No logs_rubi_val_oe.json is getting generated. Is it the rubi accuracy that is present in logs_val_oe.json? The numbers seem to be tallying with that of rubi as reported in the paper. Attaching the screenshot below.

image

Can you check the _rubi_val_oe.json as well ? It seems more likely that logs are there, I'm not sure why it's missing the log prefix

On checking _rubi_val_oe.json, I saw the overall accuracy is max 37.22, whereas in logs_val_oe.json, the max accuracy is 48.01. So the latter score is matching with that of the paper isnt it?

Okay thanks a lot

Hi,
In the paper, did you report the highest validation accuracy? or the validation accuracy obtained at the end of training?