PyTorch_seq2seq
August 14, 2018 ยท View on GitHub
Sequence to Sequence with attention implemented with PyTorch
This is a fork from OpenNMT-py.
The master branch now requires PyTorch 0.4.x. There is also a branch called 0.3.0 which supports PyTorch 0.3.x.
Notes
- Must use bidirectional GRU by setting
-brnn.