Problem Description
It seems that the library does not have the possibility to use the discriminator after the training. Is it true?
Expected behavior
I believe that it is possible to add a score function like score_samples(X) that enables the user to see the GAN discriminator
output for a given sample.