cindyxinyiwang / multiDDS

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

Dependency #5

Closed seanie12 closed 3 years ago

seanie12 commented 3 years ago

Hi

Thank you for sharing all the codes.

I got an error `ImportError: cannot import name 'libbleu' from 'fairseq'

when I run the train.py

I think it might be due to the old version of fairseq.

Could you tell me all the dependencies for this repo?

Thank you

cindyxinyiwang commented 3 years ago

Hi,

I think if you have a different fairseq installed, you might need to reinstall directly from this repo using pip install --editable ./

seanie12 commented 3 years ago

Thank you.!