Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 446 Bytes

File metadata and controls

17 lines (13 loc) · 446 Bytes

Installation

pip install tensorflow==1.1.0
pip install tensorflow-gpu==1.1.0
pip install tsne==0.1.7

Project

  • rnn_flat_seq.py contains the code for a flat model
  • rnn_seq.py contains the model and training code
  • embeddings.py contains the code for tsne visualizations
  • seqs.py contains the code for generating random sequences
  • eval.py contains the code for evaluating the model
  • saved/ contains the trained model