Skip to content

The repository contains example code for conditional Generative Adversarial Model in theno and Lasagne. The code follows the paper https://arxiv.org/abs/1411.1784 but with a different deep architecture. The folder Generative Images contains Some sampled generated images from the code.

sverma88/Conditional-Generative-Adversarial-Networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conditional-Generative-Adversarial-Networks

The repository contains example code for conditional Generative Adversarial Model written in theno and Lasagne. The code follows the paper https://arxiv.org/abs/1411.1784 but with a different deep architecture.

Very basic MLP architecture is used for both the discriminator and the generator as well

Sample generated image from the experiment

Sample Image

Digit 2 produced by conditioning

Execution

Just download mnist.npz file and type python Conditional_GAN.py.

Digit creation

You can chose your own digit by changing the 'Digit_Generate' at line 74

About

The repository contains example code for conditional Generative Adversarial Model in theno and Lasagne. The code follows the paper https://arxiv.org/abs/1411.1784 but with a different deep architecture. The folder Generative Images contains Some sampled generated images from the code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages