You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: