Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.23 KB

README.md

File metadata and controls

12 lines (9 loc) · 1.23 KB

Conditional Generative Network (cGAN) for Image Synthesis

Generative Adversarial Nets were introduced as a novel way to train generative models. In this project we use the conditional version of generative adversarial nets, which can be constructed by simply feeding the data, y, we wish to condition on to both the generator and discriminator. We show that this model can generate CFAR-10 digits conditioned on class labels.

Results

CGAN results

Resources