Cadene / vqa.pytorch

Visual Question Answering in Pytorch
717 stars 178 forks source link

How to process the multiple choice answer #45

Open WangWenshan opened 5 years ago

WangWenshan commented 5 years ago

Hi, I am confused that how to use the multiple choice answer in the multiple-choice task when training and evaluate the model?

Can we process the multiple choice answer the same as the open-ended task?

Thanks.

Cadene commented 5 years ago

It is not possible with the current implementation. Sorry