Closed QsROg8320 closed 2 years ago
The Discriminator's output is not a probability/classification of real
or fake
ever since Progressive Growing of GANs; I recommend you read about Wasserstein GAN as it's the basis of most modern GANs, but it does exactly what you are asking: the output layer is a linear/fully connected layer, which can give a real number. A summary on WGAN loss can be found here.
Why does Discriminator return negative value? I think that Discriminator should return a value between 0 and 1.