Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 579 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 579 Bytes

deeptxt

Author: [email protected]

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.

Requirements

  • Theano, Python and Numpy

Training

./train -c /path/to/config/file -o /path/to/output/dir -d <device>

Testing

./infer -m /path/to/model -v /path/to/source_vocab /path/to/target_vocab < input-file > output-file