OpenNMT/OpenNMT-tf

CNN decoder

Open

#884 opened on Sep 30, 2021

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (1,428 stars) (394 forks)batch import
enhancementhelp wanted

Description

Hello,

Is there a plan to implement fully CNN seq2seq models? like this paper from Facebook https://arxiv.org/pdf/1705.03122.pdf I can see that there is a CNN encoder, but still not a decoder. It would be great to have it as well in OpenNMT-tf.

Thanks

Contributor guide