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...
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...