Skip to content

Commit

Permalink
Update monai/transforms/spatial/array.py
Browse files Browse the repository at this point in the history
Co-authored-by: YunLiu <[email protected]>
Signed-off-by: Wenqi Li <[email protected]>
  • Loading branch information
wyli and KumoLiu authored Aug 1, 2023
1 parent 528b4df commit 24871db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monai/transforms/spatial/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 24871db

Please sign in to comment.