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...
The text was updated successfully, but these errors were encountered:
It seems that the output of G for each pixel should be in range [0,255]?
Using sigmoid will only generate values in range (0, 1).
No significant image has been generated so far.
I`m still working on it.
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...
The text was updated successfully, but these errors were encountered: