This repository contains code for training a model to generate this dataset. If you are interested in how this was created please look at my post where I described the process.
To preview simply run this command:
python show.py
1. Go to page: https://edwin-de-jong.github.io/blog/mnist-sequence-data
python prepare_data.py
This will create pickle file with thinned MNIST dataset.
python train.py
You can run tensorboard
for some visualizations.
python convert.py --model=path_to_model --save=mnist-handwritten
^ex. summary/experiment-0/models/handwriting-model-0
python show.py --dataset=mnist-handwritten.pkl