diff --git a/monai/transforms/spatial/array.py b/monai/transforms/spatial/array.py index 029cc27afc..01bdd45a74 100644 --- a/monai/transforms/spatial/array.py +++ b/monai/transforms/spatial/array.py @@ -3482,7 +3482,7 @@ def __init__( Args: prob: probability of performing this augmentation downsample_mode: interpolation mode for downsampling operation - upsample_mode: interpolation mode for downsampling operation + upsample_mode: interpolation mode for upsampling operation zoom_range: range from which the random zoom factor for the downsampling and upsampling operation is sampled. It determines the shape of the downsampled tensor. align_corners: This only has an effect when downsample_mode or upsample_mode is 'linear', 'bilinear',