项目作者: magic282

项目描述 :
Sequence to Sequence with attention implemented with PyTorch
高级语言: Python
项目地址: git://github.com/magic282/PyTorch_seq2seq.git
创建时间: 2018-03-21T10:55:29Z
项目社区:https://github.com/magic282/PyTorch_seq2seq

开源协议:GNU General Public License v3.0

下载


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.