Train nnUNet with custom patch size #2677
noisyPixel
started this conversation in
General
Replies: 1 comment 1 reply
-
after the nnUNetPlans.json is created, i edited the 2d configuration to take a patch size of 400 x 400 instead of 448 x 384. but i see that during the forward pass, there is a dimension mismatch in the upsampling layer. so i am assuming there is some other place where we need to specify the patch size. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to train the nnUNet with a custom input size of say 500 x 500. Is changing the plans.json enough after the preprocessing is complete?
Beta Was this translation helpful? Give feedback.
All reactions