Giter Club home page Giter Club logo

ait's People

Contributors

iamkanghyunchoi avatar

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

Watchers

 avatar  avatar  avatar

ait's Issues

Model training

Thanks for your release of the code.

When I quantize resnet18 to 4bit with Qimera and AIT and then evaluate the model on imagenet, an abnormal intermediate result is obtained:

2022-09-13 15:14:24,225 INFO: #==>Best Result of ep 60 is: Top1 Accuracy: 0.100000, Top5 Accuracy: 0.500000 at ep 60
2022-09-13 15:20:09,837 INFO: #==>[Epoch 61/400] [acc: 0.093750] [train loss: nan]
2022-09-13 15:20:09,838 INFO: #==>Best Result of ep 61 is: Top1 Accuracy: 0.100000, Top5 Accuracy: 0.500000 at ep 61
2022-09-13 15:25:58,151 INFO: #==>[Epoch 62/400] [acc: 0.125000] [train loss: nan]
2022-09-13 15:25:58,153 INFO: #==>Best Result of ep 62 is: Top1 Accuracy: 0.100000, Top5 Accuracy: 0.500000 at ep 62
2022-09-13 15:31:30,271 INFO: #==>[Epoch 63/400] [acc: 0.062500] [train loss: nan]
2022-09-13 15:31:30,273 INFO: #==>Best Result of ep 63 is: Top1 Accuracy: 0.100000, Top5 Accuracy: 0.500000 at ep 63
2022-09-13 15:37:26,569 INFO: #==>[Epoch 64/400] [acc: 0.031250] [train loss: nan]

It seems that the model training does not converge.

Hi

My name is Mingi Yoo.
I saw your code.
Your code is pretty good.
I want to pick you up.
Have a nice day:)

Found that there is an experimental result in the paper that may be very inaccurate.

When i played with ZeroQ codes. I was very surprised to find that the results for ZeroQ/Resnet-18/w4a4/ in Table 1 of the paper are very low, 22.58%. But when I tried to run the official ZeroQ code, the result was 47.96%. Result for w5a5 setting is 68.26 % compared to 59.6 in the paper.

By the way, your work is solid and impressive!!!

Requirements for dataclasses

Python >= 3.7 has dataclasses as a built-in module. So, there is a conflict while executing pip install -r requirements.txt cmd.

Both numpy and typing-extension are outdated version, which leads to make some conflicts with recently released PyTorch or other ML frameworks.

For my case with torch1.10.1+cu111, numpy==1.23.1 and typing-extensions=4.1.1 are stable.

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.