Mathias Müller
Mathias Müller
Can you please provide a complete script, where all variables are defined? Examples of missing variables: `$working_dir`, `$nematus`. Please check the contents of the file `$data_dir/$dev`. How many lines are...
Any update on this? Can I now find and use this feature on Zenodo?
(Copying over my answer from Masakhane slack) I think that the reason is that this notebook explicitly installs `torch==1.8.0+cu101` . Joey itself now requires `>torch-1.9.0` and Colab has `torch-1.9.0+cu102 `installed...
Permanent fix: in the starter notebook the line that installs 1.8.0 explicitly should be removed.
Usually, this kind of error from pip can be ignored. If you run into another error later in the notebook that you think could be related, please add more detail...
See discussion here: https://github.com/joeynmt/joeynmt/issues/155
This is also a known issue: https://github.com/joeynmt/joeynmt/issues/155#issuecomment-899527299 but at the moment not fixed yet. Temporary fix: Instead of cloning this repo: ! git clone https://github.com/joeynmt/joeynmt.git clone the one that has...
Answer with temporary fix here: https://github.com/masakhane-io/masakhane-mt/issues/162#issuecomment-908569728
@zafercavdar any chance you could merge this? wget is indeed missing as a dependency
I did not look into it deeply yet, but think that Sockeye does not need to be modified at all. So yes, this is a wrapper for Sockeye. But it...