8000 GitHub - tianch2750/nmt-seq2seq: seq2seq model written in Pytorch
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tianch2750/nmt-seq2seq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

requirements:

  • python 3.6
  • pytorch
  • nltk
  • tqdm

How to use

  • To train the model, simply run ./run.sh
  • To test the model .run_test.sh
  • To see what config options you have python main.py --help

background

TODO

  • add attention to the currently very basic model

Bug report

If you find any bugs, please feel free to send an email to zeweichu@gmail.com , I will try to be responsive!

About

seq2seq model written in Pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.9%
  • Shell 3.1%
0