LSTM creation sampling from texts
Python 3, Keras, Tensorflow
Train the model with default settings:
$ python train.py --input tiny-shakespeare.txt
To sample the model at epoch 100:
$ python sample.py 100
Training loss/accuracy is stored in logs/training_log.csv
.