question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItĀ collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IterationMetric discussion

See original GitHub issue

šŸš€ Feature

I’d like to discuss a bit about your PR on IterationMetric (https://github.com/Project-MONAI/MONAI/pull/1488). As far as I understand, the idea is to compute metric value on each iteration and ā€œall gatherā€ everything on epoch ended ? However, final list contains all metric values for a single epoch: [m1, m2, ..., mN]. @Nic-Ma, let’s discuss here then.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Nic-Macommented, Jan 26, 2021

Hi @sdesrozis ,

Yes, that’s the expected behavior, you can use an algorithm(function or callable class) as arg or define subclass.

Thanks.

1reaction
Nic-Macommented, Jan 26, 2021

Hi @vfdev-5 ,

Here is the following PR to consume the metrics output: https://github.com/Project-MONAI/MONAI/pull/1497 It’s still under review. The idea is to save metric details into engine.state, then other handlers can save it to file or visualize somewhere.

Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Iteration Retrospective - Scaled Agile Framework
Agile teams collect and apply iteration metrics for visibility and to help ... Open a discussion and record the results under three headings....
Read more >
Metrics for Iteration Summary Reports - Scrum Expert
The Iteration Statistics Summary displays three sections of data (user stories, user stories points and velocity) at three different stage ofĀ ...
Read more >
Iteration Management – Post #10 – Metrics - Jon Kruger
In my opinion, all this is going to do is distract the team from the goal of delivering quality, working software. Now they...
Read more >
Five agile metrics you won't hate - Atlassian
How to use agile metrics. Learn about sprint burndown, epic and release burndown, velocity, control charts & the cumulative flow diagram.
Read more >
Agile Metrics: The 15 That Actually Matter for Success - Plutora
The more iterations, the more precise the forecast. The unit of measurement is hours or story points. Velocity also determines the ability of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found