I am trying to use the python script provided for classification.
the catch here is that instead of imagenet, I want to train CIFAR10 dataset (and possibly other datasets as well) .
I have
that contains the mean for CIFAR10, but it seems it cant be used in classify.py (located in python folder)
How can I get/create the npy version ?
Thanks in advance