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 also want to implement this paper (NIN). But i am new in caffe and deep learning. I download the pre-trained model and the cifar-test-leveldb file from the website of the author(https://gist.github.com/mavenlin/e56253735ef32c3c296d), but my caffe cannot read the cifar-test-leveldb. What is wrong with this? and how can implement this experiment easily? thanks so much!