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 try to generate and display a new sample, but generate a array of all 0.5.
And I print g_cost = sess.run(G_objective, feed_dict={z: generate_z(batch_size)}) at each iteration but find that they are all the same.
I really don`t know where it goes wrong...