Deep dreamer
Deep dreamer
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  
I have a question to ask: is it possible to use SGW in GANs using DCGAN architecture by minimizing the SGW loss?