Does beam_search support convolutional decoder?
Created by: byzhang
As used in https://arxiv.org/abs/1705.03122? The key difference may be the rnn decoder depends on only one previous state, while conv decoder depends on many previous states?
Created by: byzhang
As used in https://arxiv.org/abs/1705.03122? The key difference may be the rnn decoder depends on only one previous state, while conv decoder depends on many previous states?