keon / seq2seq

Minimal Seq2Seq model with Attention for Neural Machine Translation in PyTorch
MIT License
689 stars 172 forks source link

fix(evaluate): use no_grad over volatile=True #27

Closed AmitMY closed 4 years ago

AmitMY commented 4 years ago

volatile=True is deprecated