RNN to generate handwriting using Tensorflow 2
Reference code: https://github.com/snowkylin/rnn-handwriting-generation
config.py and utils.py taken from the reference code repository
Original work: "Generating Sequences With Recurrent Neural Networks" by Alex Grave
Run train.py to train the model and sample.py to generate handwriting samples
on the trained network