name: Network in Network CIFAR10 Model
caffemodel: cifar10_nin.caffemodel
caffemodel_url: https://www.dropbox.com/s/blrajqirr1p31v0/cifar10_nin.caffemodel?dl=1
license: BSD
sha1: 8e89c8fcd46e02780e16c867a5308e7bb7af0803
caffe_commit: c69b3b49084b503e23b95dc387329975245949c2
gist_id: e56253735ef32c3c296d
This model is a 3 layer Network in Network model trained on CIFAR10 dataset.
The performance of this model on validation set is 89.6% The detailed descriptions are in the paper Network in Network
The preprocessed CIFAR10 data is downloadable in lmdb format here:
The data used to train this model comes from http://www.cs.toronto.edu/~kriz/cifar.html Please follow the license there if used.
i'm trying to train nin with my data, and i don't want to use pretrained weights, instead i'm going to try with random weights and use the nin network, my data consists of 3 classes and i just tried to to change the output of cccp6 from 10 to 3. when i run it i got wrong constant accuracy 0.3368 in every testing process. so if anyone has idea to help me with this error?
i did'nt change anything except the cccp6' output 10 to 3. thnx very much