I'm training a satellite model with high-resolution images(Higher than 8GB). I generate smaller patches to handle the huge images. Is it right to do inference with a different patch size than training patch size?
exp: Training patch size is 512*512
Inference patch size is 2048*2048 (It's decreasing the processing time and results seems not bad)
*No resizing