This project is a simple implementation of Tensor2tensor (https://github.com/tensorflow/tensor2tensor) for machine translation.
Preprosessing Data
prapare the parallel data; ./datagen.sh
Training
./train.sh
inference
./test.sh
If you have questions, suggestions and bug reports, please email [email protected].