batra-mlp-lab / visdial-challenge-starter-pytorch

Starter code in PyTorch for the Visual Dialog challenge

Home Page:https://visualdialog.org/challenge/2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generative decoder

angelboy000 opened this issue · comments

Hi, Can you share the generative decoder model in baseline?

Hi @angelboy000:

I was thinking of adding it in during the recent refactor. It should be ready by late January 2019. Cheers!

@angelboy000 this was added in 268f74f.

@kdexd @abhshkdz I guess we have the greedy decoder in this commit. Any plans of adding beam search decoder anytime soon?