I read your code and found that during training, random cropping is performed, but during testing, it is resized to a fixed size. I am a beginner, will the inconsistency between training and testing cause problems? Will the memory requirements be higher during testing?
I read your code and found that during training, random cropping is performed, but during testing, it is resized to a fixed size. I am a beginner, will the inconsistency between training and testing cause problems? Will the memory requirements be higher during testing?