Skip to content

malzantot/Pytorch-conditional-GANs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conditional Deep Convolutional Generative Adversarial Network

Conditional Generation of MNIST images using conditional DC-GAN in PyTorch.

Based on the following papers:

Implementation inspired by the PyTorch examples implementation of DCGAN.

Sample Results

Example of sampling results shown below. Each row is conditioned on a different digit label: Example of sampling results

Usage

python conditional_dcgan.py --cuda --save_dir=models --samples_dir=samples --epochs=25

Questions and comments:

Feel free to reach to me at malzantot [at] ucla [dot] edu for any questions or comments.

About

Implementation of Conditional Generative Adversarial Networks in PyTorch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages