adeshpande3 / Tensorflow-Programs-and-Tutorials

Implementations of CNNs, RNNs, GANs, etc
1.05k stars 322 forks source link

GAN #4

Open jammer345 opened 5 years ago

jammer345 commented 5 years ago

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

Screenshot (1) Screenshot (2)