Open ZiggsFizz opened 6 years ago
Hi, Thanks for your contribution, in the paper, author used WGAN-GP as the critic function, but you only used WGAN in your codes, I am wondering how to write WGAN-GP with keras and how is the effect. Thanks.
@ZiggsFizz is right. Also, the weight clipping part which is critical for WGAN is missing.
I'm looking at this atm, sorry for the late answer!
Hi, Thanks for your contribution, in the paper, author used WGAN-GP as the critic function, but you only used WGAN in your codes, I am wondering how to write WGAN-GP with keras and how is the effect. Thanks.