Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 292 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 292 Bytes

MV-Attn

Training:

sh submit.sh

Generation:

python -u ./thumt/bin/translator.py --input data/newstest2014.bpe.en --vocabulary data/vocab.bpe.en.txt data/vocab.bpe.de.txt --model add  --output $2 --checkpoints $1 --parameters device_list=[0],mode='all'