Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(WGAN_GP)BatchNormalization in critic #253

Open
yanranjiang opened this issue May 25, 2021 · 0 comments
Open

(WGAN_GP)BatchNormalization in critic #253

yanranjiang opened this issue May 25, 2021 · 0 comments

Comments

@yanranjiang
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant