carpedm20 / DCGAN-tensorflow

A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"
http://carpedm20.github.io/faces/
MIT License
7.14k stars 2.63k forks source link

[Sample] d_loss : g_loss : #362

Closed MPLAP closed 5 years ago

MPLAP commented 5 years ago

I trained 100 pictures and saved sample in units of 1000. Whenever a sample is generated, the following text appears.

[Sample] d_loss : g_loss :

But in most cases d_loss is close to zero, In the case of g_loss, the output is in units of tens or hundreds.

Can you explain in detail about the loss value like this?

MPLAP commented 5 years ago

one more! How do I display the graph in Training details? Thanks :D