martinarjovsky / WassersteinGAN

BSD 3-Clause "New" or "Revised" License
3.2k stars 725 forks source link

Results on cifar10 very bad even if trained for over 1000 epochs #64

Closed FANG-Xiaolin closed 5 years ago

FANG-Xiaolin commented 5 years ago

Dear authors,

I used the default parameters and trained it on Cifar10 datasets for over 1000 epochs, but the results are not very good looking. It is blurry and can hardly recognize the category. Did you use another set of parameters for cifar10?

Looking forward to your reply. Thanks.

martinarjovsky commented 5 years ago

We have no CIFAR10 results in the paper so I'm not sure what you're referring to. You may want to take a look at https://github.com/igul222/improved_wgan_training where we provide a very good CIFAR10 model.

Cheers :) Martin