GithubHelp home page GithubHelp logo

dufanxin / resnet-cifar10-caffe Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ethanhe42/resnet-cifar10-caffe

1.0 1.0 1.0 253 KB

ResNet 20 32 44 56 110 for CIFAR10 with caffe

License: MIT License

Python 97.47% Shell 2.53%

resnet-cifar10-caffe's Introduction

ResNet 20/32/44/56/110 for CIFAR10 with caffe

  1. create 4 pixel padded training LMDB and testing LMDB, then create a soft link ln -s cifar-10-batches-py in this folder.
    • directly download it here.
    • or you can generate it as follow:
      • get cifar10 python version
      • use data_utils.py to generate 4 pixel padded training data and testing data. Horizontal flip and random crop are performed on the fly while training.
  2. use net_generator.py to generate solver.prototxt and trainval.prototxt, you can generate resnet or plain net of depth 20/32/44/56/110, or even deeper if you want. you just need to change n according to depth=6n+2
  3. specify caffe path in train.sh, then train networks with ./train.sh [GPUs] [NET] (eg., ./train.sh 0,1,2,3 resnet-20, logs can be accessed from resnet-20/logs folder).
  4. specify caffe path in cfgs.py and use plot.py to generate beautful loss plots.

Download

ResNet-56 Accuracy 92.8%

results are consistent with original paper

seems there's no much difference between resnet-20 and plain-20. However, from the second plot, you can see that plain-110 have difficulty to converge. a b

Other models in Caffe

ResNet-ImageNet-Caffe
Xception-Caffe

resnet-cifar10-caffe's People

Contributors

ethanhe42 avatar xbsu avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

analog75

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.