What is meant by "multi-processing" for CumulativeMetric? #4018
-
I'm looking at the docs here: https://docs.monai.io/en/stable/metrics.html#cumulative It says:
What's meant by "multi-processing" here? In the docs, there's an example of "maintaining two internal buffers"... in what setting is this useful? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
it's useful when computing metrics across large datasets in a 'distributed' manner... please see this example https://github.com/Project-MONAI/tutorials/blob/master/modules/compute_metric.py |
Beta Was this translation helpful? Give feedback.
it's useful when computing metrics across large datasets in a 'distributed' manner... please see this example https://github.com/Project-MONAI/tutorials/blob/master/modules/compute_metric.py