Giter VIP home page Giter VIP logo

mobilenet-v2-caffe's Introduction

MobileNet-v2-caffe

MobileNet-v2 experimental network description for caffe.

Update 2018-08-18

  1. Add other Mobilenet-v2 variants
  2. Suggestion: cudnn v7 has supported depthwise 3x3 when group == input_channel, you may speed up your training process by using the latest cudnn v7.

Update

  1. Google has released a series of mobilenet-v2 models. So reference pretrained model from tensorflow/model repository.
  2. MobileNet-V2 has accepted by CVPR 2018. The latest ilsvrc12 top1 accuracy is 72.0%.
  3. According to google official model, mobilenet-v2 downsampled feature map early.
  4. shortcuts are placed except the first inverted residual bottleneck sequence.

Note

There are some unclear details about the network architechture.

  1. bottleneck sequence 5's input size doesn't match its prior sequence's stride.
  2. how to deal with shortcuts or residual when the input channel and ouptut chanel are not the same. (Currently, we add shortcuts for all bottlenecks in the bottleneck sequence except the first one.)
  3. The paper says there are 19 bottlenecks, while there only 17 bottlene in Table 2.

Suggestion

  1. Strongly recommend that reimplement the paper use mxnet, pytorch, tensorflow, other than caffe, since there are optimized depthwise conv layer.
  2. Don't forget set the weight decay 4e-5.
  3. inception data augmentation helps.

mobilenet-v2-caffe's People

Contributors

austingg avatar

Watchers

James Cloos avatar

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.