RRisto / seq2seq

upgrade on pytorch seq2seq tutorial
10 stars 5 forks source link
natural-language-processing pytorch-tutorial seq2seq

Updated batched seq2seq example

This is my version of pytorch seq2seq tutorial.

New features:

For more details, explanations see my article.

See example in example_seq2seq.ipynb. Example data is from IMDB dataset.

Inspiration and some of the code is from fastai and from the original tutorial.