It was good to see your presentation at ICCV in Seoul
I'm trying to apply your current code.
While running allennlp train default.json -s my_dir --include-package my_package,
I encountered an error regarding the type of dataset which you named 'vswag'
I guess that error comes from not making @DatasetRead.register('vswag')
The dataloaders/vcr.py does not you allennlp.DatasetReader, it only uses pytorch's module Dataset
and this is why I get the error mentioned above
Sine I'm new to allennlp module, am I taking the correct place to handle that issue??
Also
when I run the python train.py -params multiatt/default.json -folder saves/flagship_answer/
I get the configuration error that "MultiHopAttentionQA" is not acceptable for model.type