Difference between patch_size and val_patch_size #1468
Unanswered
AceMcAwesome77
asked this question in
General
Replies: 2 comments 6 replies
-
Hi @Can-Zhao, could you share some comments on this question? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The network is a CNN. The patch size of training and inference do not have to be the same. To my experience, during inference, as long as the patch size is no smaller than training patch size, it would work well. |
Beta Was this translation helpful? Give feedback.
6 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.
-
Hi, I am implementing the RetinaNet3D tutorial and I'm not sure why patch_size and val_patch_size are different in the detection/config/config.json file (patch size is 192,192,80 and val_patch_size is 512,512,208). Wouldn't we want to be using the same patch size for training as we do for validation and testing? I would also think that with a certain matrix size going into the neural network (patch_size), the input from any data being inferenced by the trained model would need to be the same size to fit into the input layer. Why is that not the case? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions