Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 453 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 453 Bytes

Char-Rnn (tensorflow version)

Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow.

Inspired from Andrej Karpathy's char-rnn.

Requirements

Basic Usage

To train with default parameters on the tinyshakespeare corpus, run python train.py.

To sample from a checkpointed model, run python sample.py.