Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 807 Bytes

File metadata and controls

31 lines (25 loc) · 807 Bytes

MNIST

The MNIST database of handwritten digits, available from this page, has a training set of 60,000 examples, and a test set of 10,000 examples. It is a subset of a larger set available from NIST. The digits have been size-normalized and centered in a fixed-size image.

GAN

Usage

Following are the commands used to train and test the model:

To train the model:

python gan.py train --itr 200 --z_dim 50 --batch 100

To run with pre-trained weights:

python gan.py test 

You can also experience the effect of z values on generated image with the jupyter notebook.

jupyter notebook gan_interactive.ipynb

Results

The obtained result: