Alfred W. Jacob
Alfred W. Jacob
Hi in both the table in the readme and paper you mention a column for image captioning as C could someone verify if it's CIDER or CIDER-D.
Added score names based on table 1 from OSCAR paper(https://arxiv.org/pdf/2004.06165.pdf) and AoANet Paper(https://arxiv.org/pdf/1908.06954.pdf) which is referred to by the OSCAR paper.
These edits fix these errors while training: - 'lengths' should be a 1D CPU int64 tensor, but got 1D cuda:0 Long Tensro - TypeError: can only concatenate str(not "float") to...
There are two errors while training: *wrong order of parameters caused the function call to not function properly in misc/utils.py. *dtype of a tensor was not casted to the expected...