Hi, I'm trying to classify my images to 15 classes, and use cifar-100 for that. I'm using the following command - th main.lua -data <path to data> -nClasses 15 -resetClassifier true -dataset cifar100 -depth 22 and I get the following error - Assertiont >= 0 && t < n_classes failed. I don't get this with any of the other datasets (cifar-10, imagenet) Any clue, someone? Thanks! Yotam
Hi,
I'm trying to classify my images to 15 classes, and use cifar-100 for that.
I'm using the following command -
th main.lua -data -nClasses 15 -resetClassifier true -dataset cifar100 -depth 22
and I get the following error -
Assertiont >= 0 && t < n_classes failed.
I don't get this with any of the other datasets (cifar-10, imagenet)
Any clue, someone?
Thanks! Yotam