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

is this a bug? #8

Closed
whuhit opened this issue Aug 26, 2019 · 1 comment
Closed

is this a bug? #8

whuhit opened this issue Aug 26, 2019 · 1 comment

Comments

@whuhit
Copy link

whuhit commented Aug 26, 2019

in train.py line 134 and 135
self.net.module.ema.mu *= momentum self.net.module.ema.mu += mu * (1 - momentum)

it maybe like this
self.net.module.emau.mu *= momentum self.net.module.emau.mu += mu * (1 - momentum)

@XiaLiPKU
Copy link
Owner

Yes...
Thank you very much!

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