Giter Site home page Giter Site logo

snoop2head / elimnet Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 1.0 13.39 MB

๐Ÿ”ช Elimination based Lightweight Neural Net with Pretrained Weights

Home Page: https://wandb.ai/elimnet/ElimNet

License: MIT License

Python 100.00%
lightweight resnet18 efficientnetb0 pytorch mobilenetv3 vgg11

elimnet's Introduction

Capture Questions, Answer with Code

PortfolioCV

elimnet's People

Contributors

lkm2835 avatar snoop2head avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

lkm2835

elimnet's Issues

Test on pretrained mobilenetv3 and on vgg11

  • Eliminate conv blocks from pretrained mobilenet_v3_large
  • Eliminate conv blocks from pretrained vgg11
    • Set baseline vgg11 as vgg11 where fully connected layers are dropped

Experiment conditions are the same as the following:

  • Augment: None
  • Optimizer: SGDP(momentum = 0.9)
  • (Initial) Learning Rate: 0.01
  • Scheduler: OneCycleLR
  • Epochs: 100
  • Best Model Selection(Save strategy): Validation Loss
  • FP16: True

Use torchvision version 0.11.0

import torchvision.models as models

mobilenet_v3_large = models.mobilenet_v3_large()
mobilenet_v3_small = models.mobilenet_v3_small()
efficientnet_b0 = models.efficientnet_b0()

Enable layer numbers based elimination from input arguments

  • Currently supports output channel based elimination
  • In order to fulfill the goal of lightweight model(less layers and less FLOPS), enable layer numbers based elimination for each pretrained models
  • It is observed that deleting more than 4 convolutional blocks on pretrained efficientnetb0 and on mobilenet_v3_large degrades models' performance.

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.