Skip to content

Repository files navigation

Seq2Seq using PyTorch

This repo contains notebooks that help to understand and implement sequence-to-sequence (seq2seq) models using PyTorch. Specifically, we'll train models to translate from German to English.

Getting Started

Install the required dependencies with: pip install -r requirements.txt --upgrade.

We'll also make use of spaCy to tokenize our data which requires installing both the English and German models with:

python -m spacy download en_core_web_sm
python -m spacy download de_core_news_sm

Notebooks

About

This series implements sequence-to-sequence (seq2seq) models using PyTorch. Specifically, we'll train models to translate from German to English.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages