Follow issue https://github.com/FoundationVision/LlamaGen/issues/27
I would like to ask if the discriminator's logit_real and logit_fake are always similar, and when they are both positive, the discriminator_adv_loss will be negative. Is such a discriminator beneficial to the generator?
Hi~
I understand this is magic. The adversarial process can’t be dominated by either generator or discriminator.
Also, I highly recommend to run other GAN codebases to see this magic phenomena.
Follow issue https://github.com/FoundationVision/LlamaGen/issues/27 I would like to ask if the discriminator's logit_real and logit_fake are always similar, and when they are both positive, the discriminator_adv_loss will be negative. Is such a discriminator beneficial to the generator?