Skip to content

Commit

Permalink
Adjust message
Browse files Browse the repository at this point in the history
Signed-off-by: John Zielke <[email protected]>
  • Loading branch information
john-zielke-snkeos committed Oct 6, 2023
1 parent 2b01bd4 commit 5323bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monai/networks/nets/swin_unetr.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __init__(
Args:
img_size: spatial dimension of input image.
This argument is only used for checking that the input image size is divisible by the patch size.
The actual tensor shape can be different as long as it is divisible by 2**5.
The tensor passed to forward() can have a dynamic shape as long as its spatial dimensions are divisible by 2**5.
It will be removed in an upcoming version.
in_channels: dimension of input channels.
out_channels: dimension of output channels.
Expand Down

0 comments on commit 5323bdf

Please sign in to comment.