[go: nahoru, domu]

Skip to content

An LSTM-based implementation of sequence to sequence learning, in PyTorch.

License

Notifications You must be signed in to change notification settings

kezhang-cs/pytorch-seq2seq

 
 

Repository files navigation

pytorch seq2seq

This repository contains an implementation of an LSTM sequence to sequence model in PyTorch.

examples:

  • German to English machine translation
  • Video captioning on the Yahoo TGIF dataset

requirements

Latest versions of the following:

  • Python 3.5
  • PyTorch
  • spaCy
  • unidecode
  • numpy

contributing

Let me know if you spot any issues, and please submit a pull request if you have suggestions!!

About

An LSTM-based implementation of sequence to sequence learning, in PyTorch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Shell 0.8%