8000 GitHub - joy-xiaojizhang/seq2seq-pytorch: Pytorch implementation of Seq2Seq model for conversational agents
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

joy-xiaojizhang/seq2seq-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

seq2seq-pytorch

Pytorch implementation of Seq2Seq model for conversational agents

Requirements

CPU or CUDA version 8.0, Python version 3.6

Get started

Unzip data/cornell_movie_dialogs_corpus.zip.

Run python src/data.py for processing the data.

Run python src/runner.py for training.

TODO

  • Print conversation examples every epoch (make sure it's working)
  • Print BLEU scores every epoch
  • Change SGD to Adam
  • Change padding to masking
  • Add memory pad
  • Add attention mechanism
  • Optimize memory usage
  • Resolve out of memory issue
  • Implement baseline model (Seq2Seq with attention and beam search)
  • Use settings from this repo
  • Handle/Remove very short sequences (length <= 3) in training/prediction
  • Add TensorBoard

About

Pytorch implementation of Seq2Seq model for conversational agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0