Tensorflow Cdcgan Save

A short Conditional DCGAN tensorflow implementation.

Project README

tensorflow-cdcgan

This is a short implementation of a Conditional DCGAN, however if you need a cDCGAN for real-world use cases, please consider using a more serious implementation.

@eyyub_s

Samples

Here can be seen an interesting property of cGANs: each rows represent a random noise, and each columns represent samples that have been generated using this noise and a class-label. The generator is able to produce the right kind of digit we asked for using the same noise!

Fun

Here can be seen a cDCGAN trained on CIFAR-10 using the same networks architectures I used for MNIST, obviously it shows that we need to be careful when designing the architecture. It works better using more filters.

Requirements

I'm a linux guy but I was running on Windows when I did this project.

  • Python 3.5
  • Tensorflow for Windows
  • Matplotlib
Open Source Agenda is not affiliated with "Tensorflow Cdcgan" Project. README Source: eyyub/tensorflow-cdcgan
Stars
25
Open Issues
0
Last Commit
6 years ago

Open Source Agenda Badge

Open Source Agenda Rating