## Description ## The dataloader for example/image-classification resizes the imagesize of validation dataset to 256 by default, and which breaks the validation accuracy of CIFAR10, this PR trying to fix it. Below firgure is the validation accuracy trends without this fix (model is ResNet-50). 
## Checklist ## ### Changes ### example/image-classification/common/data.py ## Comments ## - If this change is a backward incompatible change, why must this change be made. - Interesting edge cases to note here [ Full content available at: https://github.com/apache/incubator-mxnet/pull/12362 ] This message was relayed via gitbox.apache.org for [email protected]
