pytorch-seq2seq
pytorch-seq2seq copied to clipboard
An Implementation of Encoder-Decoder model with global attention mechanism.
pytorch-seq2seq-master_]$ python translate.py --model ../seq2seq-learning-for-machine-translation-master/models/s2smodel.pt --input test.txt Traceback (most recent call last): File "translate.py", line 60, in main(args) File "translate.py", line 30, in main train_args = load_vars['train_args'] KeyError: 'train_args'
Hi, Thanks for sharing your code. Could you please associate a license to this it? Without any license, nobody has the right to reuse your code, even for other research....
is there?