Home

Awesome

Conditional DCGAN

PyTorch implementation of Conditional Deep Convolutional Generative Adversarial Networks (cDCGAN)

Generating MNIST dataset

Network architecture

Results

<table align='center'> <tr align='center'> <td> GAN losses</td> <td> Generated images</td> </tr> <tr> <td><img src = 'MNIST_cDCGAN_results/MNIST_cDCGAN_losses_tensorboard.PNG'> <td><img src = 'MNIST_cDCGAN_results/MNIST_cDCGAN_epochs_20.gif'> </tr> </table>

Generating CelebA dataset

Network architecture

Results

<table align='center'> <tr align='center'> <td> GAN losses</td> <td> Generated images</td> </tr> <tr> <td><img src = 'CelebA_cDCGAN_results/CelebA_cDCGAN_losses_tensorboard.png'> <td><img src = 'CelebA_cDCGAN_results/CelebA_cDCGAN_epochs_20.gif'> </tr> </table> <table align='center'> <tr align='center'> <td> GAN losses</td> <td> Generated images</td> </tr> <tr> <td><img src = 'CelebA_cDCGAN_hair_results/CelebA_cDCGAN_losses_tensorboard.png'> <td><img src = 'CelebA_cDCGAN_hair_results/CelebA_cDCGAN_epochs_20.gif'> </tr> </table>

References

  1. https://wiseodd.github.io/techblog/2016/12/24/conditional-gan-tensorflow/
  2. https://github.com/znxlwm/pytorch-MNIST-CelebA-cGAN-cDCGAN
  3. https://github.com/moono/moo-dl-practice/tree/master/Work-place/CDCGAN-MNIST
  4. https://github.com/moono/moo-dl-practice/tree/master/Work-place/CDCGAN-celebA