znxlwm / pytorch-generative-model-collections

Collection of generative models in Pytorch version.
2.6k stars 548 forks source link

ACGAN for CIFAR10 Performance #23

Open jinghuichen opened 5 years ago

jinghuichen commented 5 years ago

Hi,

Thanks for the wonderful code.

I tried directly using the ACGAN code for training conditional GAN on CIFAR10 but it seems hard to generate high fidelity images. I wonder if you guys feels the same? or is there something special to look at when training CIFAR10?

Thanks