Giter VIP home page Giter VIP logo

sa-mobilenetv3's Introduction

SA-MobileNetV3

Python package

Shuffle Attention for MobileNetV3

model arch

Reference

Experiments

on ImageNet

Attempt Parameters Madds Top1-acc Sample visualization
MobileNetV3-Large 5.4 M 448.69 M 75.2%
SA-MobileNetV3-Large 3.9 M 445.68 M 76.8%

on CIFAR-10

Attempt Parameters Madds Top1-acc Sample visualization
MobileNetV3-Large 4.2 M 446.16 M
SA-MobileNetV3-Large 2.7 M 443.14 M

on MNist

Attempt Parameters Madds Top1-acc Sample visualization Sample visualization
MobileNetV3-Large 4.2 M 446.16 M 0.997% model arch model arch
SA-MobileNetV3-Large 2.7 M 443.14 M 0.998% model arch model arch

Train

Run the following command for train model on your own dataset:

python train.py --dataset mnist 

Test

Run the following command for evaluation trained model on test dataset:

python test.py --dataset mnist

Inference

Run the following command for classification images:

python inference.py --input /path/to/image.jpg 

Citation

Please cite our paper if you find this repo useful in your research.

@article{
}

sa-mobilenetv3's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

sa-mobilenetv3's Issues

issue

作者你好 请问下你是直接把sa用在mobilenet上 代码里的残差是为什么

Can you share the training strategy on ImageNet

I appreciate your effort of making these experiment results and sharing code. I am quite interesting in the experiment on ImageNet. I try but cannot produce your result.

My training strategy is based on this repo(https://github.com/PaddlePaddle/PaddleClas/blob/release/2.5/ppcls/configs/ImageNet/MobileNetV3/MobileNetV3_large_x1_0.yaml), which can obtain 75.2% of MobileNetv3-large. I just use the same strategy to train sa-MobileNetv3.

I am looking forward to your rely.

Best wishes!

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.