We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d528c commit a81fce1Copy full SHA for a81fce1
monai/metrics/meandice.py
@@ -15,7 +15,7 @@
15
16
from monai.metrics.utils import do_metric_reduction
17
from monai.utils import MetricReduction, deprecated_arg
18
-from monai.metrics.utils import ensure_channel_first
+from monai.inferers.utils import ensure_channel_first
19
20
21
from .metric import CumulativeIterationMetric
0 commit comments