Skip to content

shagunsodhani/tf-char-rnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

tf-char-rnn

TensorFlow implementation of char-rnn using Multi-layer Recurrent Neural Networks.

Usage

  • Install TensorFlow
  • Put the data (to train on) in a file called 'data.txt'
  • Make model folder by running mkdir model
  • Run python train.py --input_dir=path_to_folder_containing_data.txt
  • For example, if data is in input folder, run python train.py --input_dir=input
  • To generate text using a checkpointed model, run python generate.py
  • All supported arguments can be seen in here

Standing on the shoulder of giants

About

Tensorflow implementation of char-rnn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages