Giter VIP home page Giter VIP logo

Comments (4)

yhhhli avatar yhhhli commented on June 22, 2024

Hi, have your tried to use a lower learning rate?

from apot_quantization.

yhhhli avatar yhhhli commented on June 22, 2024

Hello, mostafaelhoushi,

I train our model using our internal framework, so the training codes may have some bugs. Thanks for discovering this problem, here are the suggestions and maybe we can find the problem together:

Try to use full precision model, by setting bit=32:
IF the model can be trained, then the problem must be quantization.
Try to not learn the clipping threshold, just set the LR of alpha to 0, and see if the model can be trained.
IF the FP model cannot be trained, then the problem must be hyper-parameters
Try to use a lower LR

from apot_quantization.

mostafaelhoushi avatar mostafaelhoushi commented on June 22, 2024

Thanks @yhhhli . I played around with learning rate and batch size. When I set the batch size to 128 and learning rate 0.001, the training accuracy starts with around 70% and reaches 89% soon. There could be a better combination of learning rate and batch size.

Just a side note: looking at the code, the default batch size seems to be 1024. However, when we run main.py without setting batch size, the number of batches in the log shown in the screenshot is 256, 234. If the size of Imagenet training set is around 1 million, then this means the batch size is about 4.
I don't know how the code seems to have a default batch size of 1024 but when running the code the actual default batch size is 4. Batch size of 4 is expected to cause this degradation in accuracy with the default learning rate.

from apot_quantization.

mostafaelhoushi avatar mostafaelhoushi commented on June 22, 2024

I found the cause of the problem, I mistakenly used -b 5 to set the bitwidth to 5, while -b actually sets the batch size. Sorry for that!

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.