Skip to content
/ nmt Public
forked from caglar/nmt

NMT code based on K. Cho's implementation

Notifications You must be signed in to change notification settings

afcarl/nmt

 
 

Repository files navigation

Attention-based encoder-decoder model for machine translation

Training

Change the hard-coded paths to data in nmt.py then either run,

./run.sh 

or

THEANO_FLAGS=device=gpu,floatX=float32 python train_nmt.py 

Based on Kyunghyun Cho's tutorial code with some small modifications.

About

NMT code based on K. Cho's implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%