cunn_ClassNLLCriterion_updateOutput_kernel: block: [0,0,0], thread: [0,0,0] Assertion `t >= 0 && t < n_classes` failed
I work with a portion of Cifar 100 database, so, I extract only data with classes : [10, 11, 12, 13, 14, 15, 16, 17, 18, 19]
to make a multiclass prediction of 10 classes.