Question 3
Let D(x) denote the discriminator's output. Which of the following represents the most desirable discriminator output during stable GAN training?
D(real) = 0.9, D(fake) = 0.1
D(real) = 0.8, D(fake) = 0.2
D(real) = 1.0, D(fake) = 0.0
D(real) = 0.5, D(fake) = 0.5