A seq2seq implementation with support for the following:
- Batch updates
- Bahdanau and Luong attention-based decoding
- Teacher forcing via scheduled sampling
Example translation data can be downloaded here.
This codebase started as a modular reimplementation of this seq2seq tutorial.
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
python run.py