Skip to content

eyyub/tensorflow-cdcgan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A short Conditional DCGAN tensorflow implementation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages