Closed JackHorse closed 5 years ago
Hi, we only implemented the simplest version of the nonautoregressive model which does not use any special module described in the original paper. I can push a new PR to implement the positional attention and fertility later.
All right!
Thanks for your prompt reply.
@MultiPath Hi, I want to know when will you commit the PR?
@SkyAndCloud Hi, I currently did not have bandwidth to re-implement this part. Maybe in January.
@SkyAndCloud Hi, I currently did not have bandwidth to re-implement this part. Maybe in January.
Any new developments?
@MultiPath Any new developments for re-implement NAT?
@wangwang110 Hi, I have not found the update since then.
Hi,
thank you for releasing the code about nonautoregressive_transformer.
but why I can‘t find the positional attention in decoder as described in the paper Non-Autoregressive Neural Machine Translation (Gu et al., 2017) ?