tensorflow / nmt

TensorFlow Neural Machine Translation Tutorial
Apache License 2.0
6.37k stars 1.96k forks source link

How to Improve NMT training #335

Open Ak-sky opened 6 years ago

Ak-sky commented 6 years ago

The tips and tricks mentioned at https://github.com/tensorflow/nmt#tips--tricks will really helpful to improve the efficiency of the NMT model.

There are some tips available at https://github.com/neubig/nmt-tips for Training NMT Models with Maximum Likelihood

and there is one more which is xnnmt (extensible neural machines translation) http://xnmt.readthedocs.io/en/latest/getting_started.html

I need to know which would be the best option to select from above 3.

Thanks