-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Can we please make these warnings optional "..no available indices of class..."
MONAI/monai/transforms/utils.py
Lines 570 to 574 in ab800d8
| for i, array in enumerate(indices): | |
| if len(array) == 0: | |
| warnings.warn(f"no available indices of class {i} to crop, set the crop ratio of this class to zero.") | |
| ratios_[i] = 0 | |
there are too many of them printed during training using "RandCropByLabelClassesd" transform.
Cc @myron