Giter VIP home page Giter VIP logo

Comments (5)

yhhhli avatar yhhhli commented on July 21, 2024

Hi,

Thanks for your interest in our work! We tested it on MobileNet V2 before, and the results are good too, I will update the results ASAP.

from apot_quantization.

xieydd avatar xieydd commented on July 21, 2024

Thanks for your response, have it any other trick on mbv2 model? If no, can i test my model via your already released code?

from apot_quantization.

yhhhli avatar yhhhli commented on July 21, 2024

No other tricks are needed.
Just note that the inverted residual blocks do not use relu in the second point-wise conv layer. So we should use symmetric quantization for activations in the next layer, however, this might not be supported on some hardware because generally activations are unsigned numbers.
You can also use unsigned activation quantization for all layers, but the accuracy will decrease a little.

from apot_quantization.

yhhhli avatar yhhhli commented on July 21, 2024

P.S. you might need to use LabelSmooth loss function and cosine decay for learning rate in mbv2 QAT.

from apot_quantization.

xieydd avatar xieydd commented on July 21, 2024

Very clear, thanks again, i will test my model, and post my result in this issue.

from apot_quantization.

Related Issues (20)

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.