Coder Social home page Coder Social logo

squeezenext's Introduction

SqueezeNext

Block

This repository contains the Caffe implementation of SqueezeNext. Each directory contains the network definition along with the solver parameters used for training. For visualizing each architecture you can use netscope ( you need to copy the train_val.prototxt files). For details of each architecture please see this paper.

The corresponding trained caffemodel files are also available here. All networks were trained using IntelCaffe on 32 Intel KNightsLanding (KNL) using the same hyper-parameters. Fine-tuning the hyper-parameters for each model may lead to better results. Our goal has been to show the general trend but please contact us if you got new results.

Pytorch and Tensorflow

Pretrained SqueezeNext models on ImageNet have been added to imgclsmob repository. In Pytorch you can use the following command to load the pretrained network:

from pytorchcv.model_provider import get_model as ptcv_get_model
net = ptcv_get_model(“sqnxt23_w1”, pretrained=True)

Other possible options for the model are "sqnxt23_w3d2", "sqnxt23_w2", "sqnxt23v5_w1", "sqnxt23v5_w3d2", "sqnxt23v5_w2". And this is the link for the corresponding network definition(s).

For TensorFlow instructions please see this link.

Other Implementations

  • For TensorFlow implementation, please see Timen's implementation

Cifar-10/100, Tiny ImageNet

  • For results on these datasets, please see luuuyi's repository

squeezenext's People

Contributors

amirgholami 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.