Skip to content

Saving and loading batch norm statistics for image sampling #18

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

a7b23
Copy link

@a7b23 a7b23 commented Dec 28, 2020

For image sampling, 500 samples are generated every time to recompute the batch normalization statistics over the sampled images. This code here saves the recomputed statistics for the first time the code is run and then loads the statistics whenever sampling is run next. Thus the redundant 500 samples are not computed every time, and then sampling can be done fast.

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

Successfully merging this pull request may close these issues.

1 participant