yuanming-hu / exposure

Learning infinite-resolution image processing with GAN and RL from unpaired image datasets, using a differentiable photo editing model.
MIT License
767 stars 156 forks source link

Critic gradient norm and penalty #11

Closed SugarMasuo closed 6 years ago

SugarMasuo commented 6 years ago

Hi, I'm reading the code of GAN net, I cannot understand the meaning of "Critic gradient norm and penalty"part, do you have any reference? Thanks a lot!

yuanming-hu commented 6 years ago

This should answer your question https://arxiv.org/abs/1704.00028 :-)

SugarMasuo commented 6 years ago

@yuanming-hu ,Thanks!