facebookresearch / UnsupervisedMT

Phrase-Based & Neural Unsupervised Machine Translation
Other
1.51k stars 262 forks source link

How can I solve the AssentionError? #69

Open Lyabo opened 5 years ago

Lyabo commented 5 years ago

check_all_data_params(params) File "/home/tianmuji/UnsupervisedMT/NMT/src/data/loader.py", line 328, in check_all_data_params for paths in params.mono_dataset.values()) AssertionError

JxuHenry commented 5 years ago

I have the same error today

glample commented 5 years ago

Can you print params.mono_dataset.values() and check what are the missing files?

JxuHenry commented 5 years ago

Please use “bash get_data_enfr.sh” for download data

singingtower commented 4 years ago

me too. there's no such problem under ubuntu but there is under windows