Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 352 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 352 Bytes

CAP6610_GAN

Course project of CAP6610(Machine Learning)

This course project involve setting up a GAN(Generative Adeversial Network) and train it with MNIST and face data.

Script for GAN on MNIST is GAN_MNIST.py and the output is stored in ./images_MNIST/ Script for DCGAN on face data is DCGAN_FACE.py and the output is stored in ./images_faces/