carpedm20 / DCGAN-tensorflow

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

I trained my own data #363

Closed MPLAP closed 5 years ago

MPLAP commented 5 years ago

I trained my own data, I ran the tensorboard to see the results. However, a small problem occurred. In SCALARS, There was a graph of d_loss, d_loss_fake, d_loss_real, g_loss

In DISTRIBUTIONS, d, d_ is existed.

Can you tell me what these mean detail?