eriklindernoren / PyTorch-GAN

PyTorch implementations of Generative Adversarial Networks.
MIT License
16.22k stars 4.05k forks source link

Why does the discriminator loss converge but the generator loss not converge for a traditional GAN? #132

Open wangyongjie-ntu opened 3 years ago

wangyongjie-ntu commented 3 years ago

For the earliest GAN implementation, the discriminator loss decrease but the generator loss increase. And the summed loss is increasing. Can anybody face these issues?

Another question, for a well-trained GAN. Can the discriminator return the probability of a training point? I.e., use the discriminator to detect the outliers.