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

Running statistics updates in batch normalization #16186

Open
mouliraj-mcw opened this issue Dec 19, 2024 · 2 comments · May be fixed by #16592
Open

Running statistics updates in batch normalization #16186

mouliraj-mcw opened this issue Dec 19, 2024 · 2 comments · May be fixed by #16592

Comments

@mouliraj-mcw
Copy link
Contributor

mouliraj-mcw commented Dec 19, 2024

Provide support for updation of running stats in training mode for batch normalisation
updated_running_stat = (1 − momentum) × running_stat + momentum × batch_stat

@VirdhatchaniKN VirdhatchaniKN changed the title Running statistics in batch normalisation Running statistics updation in batch normalisation Dec 20, 2024
@eyonland eyonland changed the title Running statistics updation in batch normalisation Running statistics updates in batch normalization Dec 23, 2024
@umadevimcw
Copy link
Contributor

Depends on #12253. Will merge it once its done

@VirdhatchaniKN VirdhatchaniKN linked a pull request Jan 11, 2025 that will close this issue
6 tasks
@VirdhatchaniKN
Copy link
Contributor

Updation of running stats is available in PR #16592
Will close issue once merged

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

Successfully merging a pull request may close this issue.

3 participants