eriklindernoren / Keras-GAN

Keras implementations of Generative Adversarial Networks.
MIT License
9.18k stars 3.14k forks source link

Can d_loss and g_loss both become small? #274

Open blgimagineb opened 3 weeks ago

blgimagineb commented 3 weeks ago

During the training of acgan, I encountered a confusing issue. After training for more than 10,000 epoch, both the d_loss and g_loss became very small. Additionally, when I added metrics to observe the combined training, I found that the accuracy of both the discriminator and the combined model reached 100%. This seems contradictory to me.