kwotsin / mimicry

[CVPR 2020 Workshop] A PyTorch GAN library that reproduces research results for popular GANs.
MIT License
602 stars 62 forks source link

The training codes of DCGAN to train CIFAR10 #8

Closed LiuzhuForFun closed 4 years ago

LiuzhuForFun commented 4 years ago

Thanks for this excellent work! But I met one problem to train DCgan on CIFAR10. Could you please to give me some details of this configs of training?

kwotsin commented 4 years ago

Hi @LiuzhuForFun, thanks for your feedback! For training DCGAN, I follow the original configurations for the reported score [1], and specifically from Table 10 and section 2.6 of [1]:

Note that the model uses dcgan_cifar.py and the non-saturating loss, following the original configuration

Hope it helps! :D

[1] https://arxiv.org/pdf/1807.04720.pdf