Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 544 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 544 Bytes

Training instruction for NMT model used in this project.

  1. Install deep_docker according to the instructions provided in the README.
  2. Run run_nmt_docker.sh
  3. Run fetch_data.sh
  4. Go to your docker instance (for example in the browser localhost:1232, password deep_docker or by ssh root@localhost -p 1231).
  5. 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.