sgan
sgan copied to clipboard
GAN Loss implementation
Hi, Thanks for your share of code.
While calculating GAN loss, why do you consider to add a disturbance like uniform(0,7,1.2) or uniform(0,0.3) to the true/fake ground truth, instead of purely 1 or 0?
Thanks for your help in advance.