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
I get similar-ish results when using the same discriminator for both cVAE-GAN and cLR-GAN.
Is this a happy coincidence and a strike of luck? Is there some theoretical backing for having 2 discriminators?
The text was updated successfully, but these errors were encountered:
Really wondering this too, the paper claims results were slightly better with two separate discriminators. However, because of #93 I am actually still unsure if the implementation for use_same_D is correct. If I understand #93 correctly, the discriminator when using use_same_D only receives half the updates, which makes me think this is where the findings that two separate discriminators are better came from. Anyone who could please provide some clarification on both this issue and #93? Thanks a lot!
I get similar-ish results when using the same discriminator for both cVAE-GAN and cLR-GAN.
Is this a happy coincidence and a strike of luck? Is there some theoretical backing for having 2 discriminators?
The text was updated successfully, but these errors were encountered: