Skip to content

Reset metrics after each epoch #112

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

Merged
merged 2 commits into from
Sep 25, 2021
Merged

Reset metrics after each epoch #112

merged 2 commits into from
Sep 25, 2021

Conversation

egor-bogomolov
Copy link
Collaborator

Without resetting, metrics accumulate state over multiple epochs. It leads to the underestimation of metrics during training or subsequent testing iterations: while the model improves, metrics accumulate worse values (e.g., less true positives and more false positives).

Copy link
Contributor

@SpirinEgor SpirinEgor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing!

@SpirinEgor SpirinEgor merged commit 1dd7abe into master Sep 25, 2021
@SpirinEgor SpirinEgor deleted the reset-metrics branch September 25, 2021 11:49
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.

2 participants