/initial-GAN-tutorial-On-Mnist

Generative Adversarial Nets base on Tensorflow and mnist

Primary LanguagePythonMIT LicenseMIT

initial-GAN-tutorial-On-Mnist

Generative Adversarial Nets base on Tensorflow and mnist

this code for implementation of GAN by goodfellow etc. on 2014

you need install tensorflow >=1.4 maybe >=1.2 (GPU is not neceaasry) other packages as following: cv2 : pip install opencv-python numpy : pip install numpy

you must create a new file folder named 'mnist' and put mnist dataset into the folder

and python Gan.py