1193 Forks
4417 Stars
4417 Watchers

pytorch-seq2seq

Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.

How to download and setup pytorch-seq2seq

Open terminal and run command
git clone https://github.com/bentrevett/pytorch-seq2seq.git
git clone is used to create a copy or clone of pytorch-seq2seq repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with pytorch-seq2seq https://github.com/bentrevett/pytorch-seq2seq/archive/master.zip

Or simply clone pytorch-seq2seq with SSH
[email protected]:bentrevett/pytorch-seq2seq.git

If you have some problems with pytorch-seq2seq

You may open issue on pytorch-seq2seq support forum (system) here: https://github.com/bentrevett/pytorch-seq2seq/issues