This project is a simple implementation of C++/CUDA code for Transformer(NMT) Decoder.
- CUDA >= 7.5
- CuDNN >= 4
- Gcc >= 4.8
- Boost = 1.58
- Employ Transformer to train a NMT model.
- Employ Transformer-translator to decode (run
./test.sh
).
If you have questions, suggestions and bug reports, please email [email protected] or [email protected].