Skip to content

Commit 63bd2b7

Browse files
committed
Add class comment.
Signed-off-by: advcu987 <[email protected]>
1 parent cda1209 commit 63bd2b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

monai/transforms/intensity/array.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,7 @@ class NormalizeIntensity(Transform):
821821
mean and std on each channel separately.
822822
When `channel_wise` is True, the first dimension of `subtrahend` and `divisor` should
823823
be the number of image channels if they are not None.
824+
If the input is not of floating point type, it will be converted to float32
824825
825826
Args:
826827
subtrahend: the amount to subtract by (usually the mean).

0 commit comments

Comments
 (0)