PyTorch implementation of Alex Graves's paper "Generating Sequences With Recurrent Neural Networks".
Check out my blog for more details on this project:smiley:.
- Get Dataset from this repo.
- Download pretrained model
model.pth
fromTrained Model
directory. - Specify trained model path in
generate_handwriting.py
and run it.