Tensorflow implementation of simple Conditional Generative Adversarial Network(CGAN).
Tensorflow implementation of Conditional Generative Adversarial Network(CGAN).
This repository is minor change of Vanilla_GAN.
This model can generate MNIST samples with certian labels.
First, download dataset with:
$ python download.py mnist
Second, write the main function with configuration you want.
Result with same latent variables (0 to 100 epochs).
Each number (0 to 9) can be generated as you want by using CGAN.