From 97c1c00af87aaae69dd56aa2480ff304d40cf516 Mon Sep 17 00:00:00 2001 From: LavanyaKV1234 <154420106+LavanyaKV1234@users.noreply.github.com> Date: Wed, 8 Jan 2025 23:24:18 +0530 Subject: [PATCH] Multiple Example Title has removed in metrics.MeanIoU method (#20738) Multiple Example Title has removed in metrics.MeanIoU method --- keras/src/metrics/iou_metrics.py | 1 - 1 file changed, 1 deletion(-) diff --git a/keras/src/metrics/iou_metrics.py b/keras/src/metrics/iou_metrics.py index 65c84e591b96..f9a10ffb647e 100644 --- a/keras/src/metrics/iou_metrics.py +++ b/keras/src/metrics/iou_metrics.py @@ -474,7 +474,6 @@ class MeanIoU(IoU): is used to determine each sample's most likely associated label. axis: (Optional) The dimension containing the logits. Defaults to `-1`. - Example: Example: