odegeasslbc / FastGAN-pytorch

Official implementation of the paper "Towards Faster and Stabilized GAN Training for High-fidelity Few-shot Image Synthesis" in ICLR 2021
GNU General Public License v3.0
600 stars 100 forks source link

The loss of discriminator #42

Open yangyu615 opened 2 years ago

yangyu615 commented 2 years ago

1 I think the err_dr is just the loss of discriminator receiving real samples.

2 I think the errdr is just the loss of discriminator receiving real samples. We should also add the loss of discriminator receiving fake samples. err discriminatortotal=err realsamples+err fake_samples. Thank you!

haltingstate commented 1 year ago

Is this confirmed? Can you explain in more detail?

Is this a bug in logging/reporting? Or does this affect training also?