improved_wgan_training
improved_wgan_training copied to clipboard
MNIST example is missing batchnorm for DCGAN
In the MNIST example the batch normalization is only added for mode 'wgan', which seems to break the example when run in mode 'dcgan'. Adding batch normalization in mode 'dcgan' too fixes it.