GAN_stability icon indicating copy to clipboard operation
GAN_stability copied to clipboard

Gradient Penalty with Auxiliary classifier

Open dougsouza opened this issue 6 years ago • 3 comments

Gradient penalty claculation should change when D has an auxiliary classifier or the gradient penalty should only be calculated over the real/fake output? Is there any intuition behind of whatever is the best solution?

Thanks!

dougsouza avatar Feb 14 '19 14:02 dougsouza

@dougsouza do you implement it??

Johnson-yue avatar May 21 '19 06:05 Johnson-yue

@Johnson-yue, yes. I tried gradient penalty only in the real/fake output of the network. But I didn't pursue much, I went back to spectral normalization.

dougsouza avatar May 21 '19 14:05 dougsouza

Maybe spectral normalization is in common use

Johnson-yue avatar May 23 '19 06:05 Johnson-yue