-
Notifications
You must be signed in to change notification settings - Fork 1.4k
886 Add IterationMetric refer to to the EpochMetric in ignite #1488
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
Conversation
merge master
merge master
Signed-off-by: Nic Ma <nma@nvidia.com>
009a163 to
8f110a0
Compare
|
/black |
Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
Signed-off-by: Nic Ma <nma@nvidia.com>
|
/black |
yiheng-wang-nv
left a comment
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 Nic, I checked the code and I think the implementation is correct.
|
Hi @vfdev-5 , This PR added Thanks. |
|
Found a small issue in distributed training case, please don't merge it for now. Thanks. |
|
Hi @Nic-Ma , let me see about that and we can talk about moving it to ignite... |
Signed-off-by: Nic Ma <nma@nvidia.com>
|
/black |
|
Distributed training issue fixed, ready for review. |
Signed-off-by: Nic Ma <nma@nvidia.com>
|
/black |
Signed-off-by: Nic Ma <nma@nvidia.com>
|
/black |
|
integratiion |
Signed-off-by: Nic Ma <nma@nvidia.com>
|
/black |
Partly fixes issue 886.
Description
This PR added
IterationMetrichandler to remove much duplicated code in all the metric handlers.And it can provide better extension as it saves the computation results of every iteration.
Status
Ready
Types of changes
./runtests.sh --codeformat --coverage../runtests.sh --quick.make htmlcommand in thedocs/folder.