artidoro/vivo

Make decoding incremental in AttentionDecoder.forward()

brendon-boldt opened this issue · 0 comments

In order to allow for beam search and more efficient autoregressive deocding, the forward() method of AttentionDecoder needs to be reworked.