Replies: 1 comment
-
Hi @lg2578, since 96 and 160 are multiples of 32, there is no problem with the training process. And generally, the training size is smaller to improve the speed of training, when doing validation if you put a larger size may get a better model, but it is not the bigger the better. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
in train_transfoms,we can see the train patch is 96 ,96 ,96,but roi_size of sliding_window_inference is 160 ,160,160
why use different size here?
code in validation step
Beta Was this translation helpful? Give feedback.
All reactions