You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the clean installation and running on the VM, I encountered the following:
wikisimple_folder = $data_folder/Model_English_C_English_S doesn't work due to the space -> wiki simple says: Saving to: '/WikiSimple.tar.gz -> tar: NMT-Data/Model_English_C_English_S/WikiSimple.tar.gz: Cannot open: No such file or directory
sudo apt-get install unzip as it's a bit annoying, it gets flooded by the rest of the script output
let's check if we can exit on error in this whole script or deal with the output differently
FileNotFoundError: [Errno 2] No such file or directory: 'NMT-Data/Eval_Medical_Dutch_C_Dutch_S/NL_test_org' -> I completely forgot this one, so maybe we can make things fool-proof and check if the eval data (or anything else that's needed) is there in the beginning and exit if that's not the case?
The text was updated successfully, but these errors were encountered: