WassersteinGAN.tensorflow icon indicating copy to clipboard operation
WassersteinGAN.tensorflow copied to clipboard

Correctness Issues.

Open tongche opened this issue 6 years ago • 1 comments

Hi. In this implementation, is batch normalization used in the discriminator? I think in WGAN paper, it is mentioned that you should not use BN in discriminators, right?

In discriminators it seems that the biases term in all convolutional layers are set fixed, and to zero. I don't think this is mentioned in the paper either.

tongche avatar Jul 04 '17 04:07 tongche

The authors by discarding BN were trying to prove that WGAN formulation is much more stable - You are welcome to comment it out.

I don't remember whether it was mentioned in the paper but the code that was released with the model did have the bias term removed.

shekkizh avatar Jul 04 '17 17:07 shekkizh