Skip to content

pytorch implementation of network-in-network model on cifar10

Notifications You must be signed in to change notification settings

jiecaoyu/pytorch-nin-cifar10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pytorch-nin-cifar10

pytorch implementation of network-in-network model on cifar10. All settings are base on the network-in-network model in Caffe model zoo.

Instructions

$ git clone https://github.com/jiecaoyu/pytorch-nin-cifar10.git
$ cd pytorch-nin-cifar10
$ mkdir data

Then download the data from this link and uncompress it into the ./data/ directory. Now you can train the model by running

$ python original.py

Accuracy

By tweaking hyper-parameters, the model can reach the accuracy of 89.64%, which is better than other available Torch/PyTorch implementations.

License

The data used to train this model comes from http://www.cs.toronto.edu/~kriz/cifar.html Please follow the license there if used.

About

pytorch implementation of network-in-network model on cifar10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages