Open erthher opened 5 years ago
Hi,
I'm trying to train the PBSMT model by running the run.sh file but I get the following error: File "/UnsupervisedMT/PBSMT/MUSE/src/evaluation/word_translation.py", line 49, in load_dictionary assert os.path.isfile(path) AssertionError
Could you help me understand what is going wrong?
It looks like you did not download the MUSE data. Check https://github.com/facebookresearch/MUSE/#get-evaluation-datasets
Hi,
I'm trying to train the PBSMT model by running the run.sh file but I get the following error: File "/UnsupervisedMT/PBSMT/MUSE/src/evaluation/word_translation.py", line 49, in load_dictionary
assert os.path.isfile(path)
AssertionError
Could you help me understand what is going wrong?