Tensorflow-Programs-and-Tutorials
Tensorflow-Programs-and-Tutorials copied to clipboard
GAN
I'm getting these errors after executing: sample_image = generator(z_test_placeholder, 1, z_dimensions) test_z = np.random.normal(-1, 1, [1,z_dimensions]) it would be nice if someone could tell what's wrong
