Experiments with machine learning. This particular project implements the GlyphGAN paper, but using a different dataset (MNIST instead of their selected fonts.)
Disclaimer: Mileage may vary. This was an afterthought! Sorry.
- Requires Python 3, Jupyter
- Requires:
pytorch
,imageio
,torchvision
,matplotlib
.
- Run
jupyter notebook
, openGlyphGAN
- Run through all blocks until training. Optionally run training. Run visualization.
- No real practical use yet, just experimenting.
- Many code snippets are taken from the CS231N assignments: http://cs231n.github.io/