keon / seq2seq

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

don't have the inference mode? #22

Open ArnoldLIULJ opened 5 years ago

ArnoldLIULJ commented 5 years ago

Does this model include the inference mode? All I can see in function"forward" requires the target sentence?