- Install deep_docker according to the instructions provided in the README.
- Run
run_nmt_docker.sh
- Run
fetch_data.sh
- Go to your docker instance (for example in the browser localhost:1232, password
deep_docker
or byssh root@localhost -p 1231
). - In the container just execute
python train.py && python train.py --reverse True
. After roughly 60 minutes on 1 GTX1080Ti you will have the models trained.