Author: shamil.cm@gmail.com
A neural machine translation and recurrent language modelling toolkit, currently supporting Theano backend.
deeptxt follows the same architecture as that used by Nematus and DL4MT-Tutorial.
- Theano, Python and Numpy
./train -c /path/to/config/file -o /path/to/output/dir -d <device>
./infer -m /path/to/model -v /path/to/source_vocab /path/to/target_vocab < input-file > output-file