You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the paper "Improved Training of Wasserstein GANs" (https://papers.nips.cc/paper/2017/file/892c3b1c6dccd52936e27cbd0ff683d6-Paper.pdf), authors think the model should not use batch normalization in both the generator and the discriminator. But why in the WGAN-GP code, they use batch normalization? BatchNormalization contains non-trainable parameters. How do they update the parameters in the code?
The text was updated successfully, but these errors were encountered:
In the paper "Improved Training of Wasserstein GANs" (https://papers.nips.cc/paper/2017/file/892c3b1c6dccd52936e27cbd0ff683d6-Paper.pdf), authors think the model should not use batch normalization in both the generator and the discriminator. But why in the WGAN-GP code, they use batch normalization? BatchNormalization contains non-trainable parameters. How do they update the parameters in the code?
The text was updated successfully, but these errors were encountered: