You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the d_loss = fake-real+gp, how to decide the value of LAMBDA to get a reasonable gradient penalty.
I mean, if fake=-10, real=10, is gp=10 appropriate?or the gp should be smaller(e.g. gp=5)?
Since the d_loss = fake-real+gp, how to decide the value of LAMBDA to get a reasonable gradient penalty.
I mean, if fake=-10, real=10, is gp=10 appropriate?or the gp should be smaller(e.g. gp=5)?