Victorwz/zs-nmt-dae

Which files you have modified?

Closed this issue · 2 comments

Hi, I enjoy your work. Can you tell me which files you have modified to implement your method?

For only reproducing our method, you can ignore installing the modified FairSeq. Instead, you can directly install FairSeq via pip install fairseq==0.10.1. The modified files are intended for implementing some baselines, including MNMT-RS and Language Model Pre-training. The modified files are located in "fairseq/models/transformer.py", "fairseq/modulss/transformer_layer.py".

OK, I understand. Thank you.