Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 379 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 379 Bytes

MNIST GAN and image generater

Generates number images from the labels of mnist training data

Image Generator from labels

The generater model has already been saved.

  • To see the training phase view the MNIST_TRAIN notebook

  • To generate images from numbers run the MNIST GEN file

MNIST GAN