joshpc / GlyphGAN-MNIST

A simple implementation of GlyphGAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GlyphGAN-MNIST

Experiments with machine learning. This particular project implements the GlyphGAN paper, but using a different dataset (MNIST instead of their selected fonts.)

Setup

Disclaimer: Mileage may vary. This was an afterthought! Sorry.

  • Requires Python 3, Jupyter
  • Requires: pytorch, imageio, torchvision, matplotlib.

Running / Training

  • Run jupyter notebook, open GlyphGAN
  • Run through all blocks until training. Optionally run training. Run visualization.
  • No real practical use yet, just experimenting.

Acknowledgements / Inspiration

About

A simple implementation of GlyphGAN


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%