Results 6 comments of Ashish Bora

Check this out. It seems to have fixed the problems for me. https://github.com/AshishBora/WassersteinGAN.tensorflow/commit/1c6cfa1c20959e9dcca01f0a96f7ca8c54403d1a UPDATE: After training for 8+ hours with this change, the GAN seems to not learn anything and...

@ayrtondenner I changed line 115 [here](https://github.com/shekkizh/WassersteinGAN.tensorflow/blob/master/models/GAN_models.py#L115) to something like: ```python h_bn = tf.contrib.layers.batch_norm(inputs=h_conv, decay=0.9, epsilon=1e-5, is_training=train_phase, scope="disc_bn%d" % index) ```

Great. Oh, 404 is because I deleted my fork some time ago since I wasn't using it anymore.

I have a local copy of the whole repo. I have uploaded a zip [here](https://drive.google.com/open?id=1F2cEBWAHGOy5zQOXdiDUi6zlgl3Zaiyy).

Did you download the dataset?