Skip to content

This is fork from Tensorflow's PTB RNN model with some additional features and experiments

License

Notifications You must be signed in to change notification settings

deeplearningathome/rnn_text_writer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

See full blog post here. You will need to have Tensorflow installed and, preferably, have a high-end NVIDIA GPU in case you'd like to do your own training.

Example Run

TRAINING (char model on tiny text)

python ~/repos/rnn_text_writer/ptb_word_lm.py --data_path=DSpeeches --file_prefix=dtrump --seed_for_sample="make america" --model=charlarge --save_path=charlarge

SAMPLING MODE (this assumes that there is trained model in "save_path"

python ~/repos/rnn_text_writer/ptb_word_lm.py --data_path=DSpeeches --file_prefix=dtrump --seed_for_sample="make america" --model=charlarge --save_path=charlarge --sample_mode=True

About

This is fork from Tensorflow's PTB RNN model with some additional features and experiments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages