Skip to content
/ cGAN Public

Class-conditional generative adversarial nets in Pytorch

License

Notifications You must be signed in to change notification settings

jxbz/cGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cGAN

CIFAR-10 class conditional GAN

The following Python packages are required: numpy, torch, torchvision, tqdm.

An example job is

python main.py --optim fromage --lrG 0.01 --lrD 0.01 --epochs 121 --seed 0

See inside main.py for additional command line arguments.

Results

Runnning sh batch.sh, we obtain the following results:

train FID test FID
Fromage 16.4 ± 0.5 16.3 ± 0.8
Adam 19.1 ± 0.9 19.4 ± 1.1
SGD 36.4 ± 2.5 36.7 ± 2.7

Acknowledgements

License

This repository (exluding the fid/ subdirectory) is made available under a CC BY-NC-SA 4.0 license.

About

Class-conditional generative adversarial nets in Pytorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published