You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Hi, there,
I am trying to re-run provided CIFAR 10 and CIFAR 100 examples. When I use the provided CIFAR 10 training and testing data, it can produce the same results as introduced. However, when I feed programs with the CIFAR 10 and CIFAR 100 data I manually converted, the accuracies decreased a lot.
Specifically, first, I downloaded the matlab version CIFAR 10 and CIFAR 100 data and wrote them into jpg images. Then, I converted these images into RecordIO format data following the same process provided here https://github.com/dmlc/mxnet/blob/master/doc/python/io.md.
Did I miss something? Is there any other pre-processing operations needed? How did you guys prepare these data?
Do anyone have some suggestions? Thank you in advance.