You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python train_attmt.py --epoch [num of epoch] --embed [embed size] --hidden [hidden size] \
--batch [batch size] --unk [threshold of unknown words] --gpu [gpu id] \
--train_src [path to train data forsource language] --train_trg [path to train data for target language] \
--test_src [path to test data forsource language] --test_trg [path to test data for target language] \
--model [filename of model parameter] --output [filename of output of test data]