SwinUNETR input image_size problem. #1412
Replies: 1 comment 3 replies
-
Hi Justin, thanks for the question, the swin transformer for 3D requires a downsample/upsample factors of 16, can you try 64 in the third dimension? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear MONAI Community,
I used image_size 128x128x48 to train SwinUNETR model but the error showed "input image size (128x128x48) should be divisible by stage-wise image resolution". I was confused about why my image_size didn't work?
Thanks in advanced!
Beta Was this translation helpful? Give feedback.
All reactions