Nirbhay Modhe

Results 4 comments of Nirbhay Modhe

So this change would require re-evaluating all checkpoints and updating the reported numbers in the README, right?

Will add information about how to use the coco information in visualization soon. Briefly, the `-cocoDir` argument is supposed to be the directory containing all coco images and `coco.json` should...

The main [beam search function](https://github.com/batra-mlp-lab/visdial-rl/blob/master/visdial/models/decoders/gen.py#L246) has details about how dropped sequences are handles and how [backtracking](https://github.com/batra-mlp-lab/visdial-rl/blob/master/visdial/models/decoders/gen.py#L378) is performed. Briefly, the sequences which see EOS are handled by [this variable](https://github.com/batra-mlp-lab/visdial-rl/blob/master/visdial/models/decoders/gen.py#L289) which...

Regarding why your dialog visualization does not match the figure in the README - the command had a missing line for giving as input the generated caption file instead of...