-
Notifications
You must be signed in to change notification settings - Fork 614
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
Add AverageModelCheckpoint #926
Conversation
A question about AverageModelCheckpoint, when saving the moving average weights, we should not change the model.trainable_weights for we may keep training later. Does AverageModelCheckpoint change the model's weights after saving function? |
@wuliytTaotao I'll use a parameter that allows both options:
That will cover both scenarios of the user. |
@Squadrick Thanks!! LGTM. Would you mind merging master into this. I believe we'll need to add type checking, but want to verify the CI |
@seanpmorgan Added type info, and it should be good to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thanks again!
Closes #903