Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 428 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 428 Bytes

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!!