Replies: 1 comment
-
Hi, the patch size for the UNETR is hard-coded to 16 due to the need for modifying the upsampling blocks if the patch size is different. |
Beta Was this translation helpful? Give feedback.
0 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.
-
By default, the patch resolution is defined as 16×16×16. Due to GPU memory limitations, if we change it to 32×32×32, how should the model architecture be modified?
Beta Was this translation helpful? Give feedback.
All reactions