ChloeKiwi

Results 3 issues of ChloeKiwi

Hello,I am a student learning about this excellent paper, it's truely an extrodinary work. But when I learn the source code, I find it's difficult for me to understand the...

``` #!/usr/bin/env bash fairseq-train \ data-bin/wmt14_en_de_distill \ --save-dir checkpoints \ --ddp-backend=legacy_ddp \ --task translation_lev \ --criterion nat_loss \ --arch nonautoregressive_transformer \ --noise full_mask \ --share-all-embeddings \ --optimizer adam --adam-betas '(0.9,0.98)'...

question
needs triage

Hi, thanks for your wonderful work! This work enlights me a lot, but there are some questions I am confused about: 1. from your source code, whether the **node representation**...