magic282 / PyTorch_seq2seq

Sequence to Sequence with attention implemented with PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTorch_seq2seq

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

  1. Must use bidirectional GRU by setting -brnn.

About

Sequence to Sequence with attention implemented with PyTorch

License:GNU General Public License v3.0


Languages

Language:Python 99.3%Language:Shell 0.7%