Tatoeba code is broken
ritterng opened this issue · 1 comments
ritterng commented
The file scripts/run_tatoeba.sh using the following command to call the tatoeba related python code:
python $REPO/third_party/run_retrieval.py \
...
However, the file run_retrieval.py has been renamed to evaluate_retrieval.py in commit c168376
sebastianruder commented
Thanks for fixing this in PR #48, which has now been merged.