Skip to content

Pytorch implementation of Conditional Image Synthesis with Auxiliary Classifier GANs

License

Notifications You must be signed in to change notification settings

kimhc6028/acgan-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytorch implementation of Conditional Image Synthesis with Auxiliary Classifier GANs.

Requirements

Usage

$ ./run.sh

or

$ python main.py --dataset mnist --dataroot data --outf output --cuda                                                                           

will start training gpu with GPU. Datasets will be downloaded to /data, and generated images are stored in output directory.

Alt text

Generated MNIST samples after 15 epoches.

Releases

No releases published

Packages

No packages published