hello, I input the patch size of the network during training as (50,150,150), and use the model parameters reserved for training for inference, and the patch size of the input network during inference is (100,150,150), which will cause the inference output to be abnormal, does it have to strictly match the patch size of training and inference, which is unnecessary for CNN networks?
best wishes to you