LMescheder / GAN_stability

Code for paper "Which Training Methods for GANs do actually Converge? (ICML 2018)"
MIT License
918 stars 114 forks source link

It only support Standard GAN loss and WGAN-GP ?? #18

Open Johnson-yue opened 5 years ago

Johnson-yue commented 5 years ago

Hi, I'm using gradient penalty with LSGAN loss but it did not work ,so I replace LSGAN with Standard GAN loss it work fine !!

except WGAN loss which type gan loss it support ??

RaGAN ?