cindyxinyiwang / multiDDS

Code for the paper "Balancing Training for Multilingual Neural Machine Translation, ACL 2020"
MIT License
23 stars 9 forks source link

bug fix in update-language-sampling and other files #2

Open steventan0110 opened 4 years ago

steventan0110 commented 4 years ago

Some of the files I added might not be necessary, like workflow.md (which I used to help myself understand the code) as well as the bash scripts for me to debug the code. For workflow.md though, I could work on it and make it a tutorial for this code repo after I fully understand your code. You can decide whether you want those files.

The major changes are in trainer.py (about sim_list), and search.py (update the deprecated code).