Skip to content

Commit 4457e37

Browse files
committed
Merge branch 'feat-ignore-index-support' of https://github.com/Rusheel86/MONAI into feat-ignore-index-support
2 parents edc9e4e + b6d2362 commit 4457e37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

monai/metrics/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def create_ignore_mask(
7777
Create a spatial mask for ignore_index functionality.
7878
7979
Handles three cases:
80-
80+
8181
1. ignore_index is None: returns None (no masking)
8282
2. Label-encoded input (y.shape[1] == 1): direct comparison
8383
3. One-hot encoded input (y.shape[1] > 1):

0 commit comments

Comments
 (0)