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

Weight average #5

Open
Blade6570 opened this issue Dec 11, 2018 · 1 comment
Open

Weight average #5

Blade6570 opened this issue Dec 11, 2018 · 1 comment

Comments

@Blade6570
Copy link

Hi, it is really a great method to stabilize the GANs. I am just curious to know that how important the weight average is for stabilizing the GANs (in this case). You have mentioned in the paper that it increases the performance slightly. is it a viable option to remove it completely? I can check it experimentally but just looking for your insights.

@LMescheder
Copy link
Owner

The weight average reduces the noise but it also works without it. That said, for more varied data sets like Imagenet, the noise can be quite big. You can alternatively anneal the learning rate (we did that in an earlier version of this paper), but it's a bit annoying to find a good schedule and we obtained better results with the moving average.

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

2 participants