Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why d_loss is rising #34

Open
magnificGH opened this issue May 23, 2018 · 0 comments
Open

Why d_loss is rising #34

magnificGH opened this issue May 23, 2018 · 0 comments

Comments

@magnificGH
Copy link

I have running gan_mnist.py, and generated the train_disc_cost.jpg. but Why d_loss is rising?I find the code is :disc_train_op = tf.train.AdamOptimizer(
learning_rate=2e-4,
beta1=0.5
).minimize(disc_cost, var_list=disc_params)
The code is minimize d_loss, so I don't understand result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant