Link of the original paper: https://arxiv.org/abs/1511.06434
-
src/DCGAN.py is the main implementation
-
src/ops.py consists of different wrapped operations for TensorFlow
-
main.py starts the training on MNIST dataset (for now it only trains on MNIST. Other dataset will be implemented in the future)
Generator's Loss:
Discriminator's Loss:
Generated Numbers:
Generator's Loss:
Discriminator's loss:
CelebA Dataset(downloaded from http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html):
Generated Faces