-
-
Notifications
You must be signed in to change notification settings - Fork 654
Add new metric usages and update RunningAverage accordingly #2958
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 new metric usages and update RunningAverage accordingly #2958
Conversation
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.
Thanks a lot for the PR, @sadra-barikbin !
I left several comments to improve the code and the API
Also a few improvements
and add test for SingleEpochRunningBatchWise in test_metric
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.
@sadra-barikbin thanks for the update, there is a nit improvement for docstring. I'll check tests in more details a bit later.
Please also fix current problem with docs rendering:
https://app.netlify.com/sites/pytorch-ignite-preview/deploys/647cf10085384f0008aea77c
11:02:30 PM: reading sources... [100%] metrics .. utils
11:02:30 PM: /opt/build/repo/ignite/metrics/running_average.py:docstring of ignite.metrics.running_average.RunningAverage:8: ERROR: Unknown interpreted text role "method".
11:02:30 PM: looking for now-outdated files... none found
What do you mean by "nit"? |
It's an expression to say a tiny improvement, I'm talking about this:#2958 (comment) |
ced1af8
to
941a524
Compare
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.
Great work, thanks @sadra-barikbin
I left few other comments to update the code and it will be good to go
…tric-usage-and-RunningAverage' into Improvement-in-metric-usage-and-RunningAverage
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 @sadra-barikbin !
Description:
Check list: