RaphaelMeudec / deblur-gan

Keras implementation of "DeblurGAN: Blind Motion Deblurring Using Conditional Adversarial Networks"
587 stars 245 forks source link

WGAN-GP #13

Open ZiggsFizz opened 6 years ago

ZiggsFizz commented 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.

TAMREF commented 6 years ago

@ZiggsFizz is right. Also, the weight clipping part which is critical for WGAN is missing.

RaphaelMeudec commented 6 years ago

I'm looking at this atm, sorry for the late answer!