Difference in Evaluation and Training input size. #96
-
|
Hi, Use of different input resolution size for training and evaluation is a new idea for me. I did look into this https://sh-tsang.medium.com/review-fixres-fixing-the-train-test-resolution-discrepancy-f533434538e9 I just want to make it sure that the input sizes you suggested for EfficientNetV2 is different for training and evaluation, right (attached image for reference) ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
160and eval224, like for vanilla resnet50 training, training accuracy with160is0.7674-> eval directly on224without fine-tune is0.78476.160is0.7851-> eval directly on224without fine-tune is0.79492…