You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great codebase. I tried Experiment W4A4 + ACIQ + Bit Alloc(A) + Bit Alloc(W) + Bias correction by python inference/inference_sim.py -a resnet50 -b 512 -pcq_w -pcq_a -sh --qtype int4 -qw int4 -c laplace -baa -baw -bcw
but only get accuracy 71.6. Is there any particular setting that should be followed? Thanks.
My environment:
Pytorch 1.3
Torchvision 0.4.2
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for the great codebase. I tried
Experiment W4A4 + ACIQ + Bit Alloc(A) + Bit Alloc(W) + Bias correction
bypython inference/inference_sim.py -a resnet50 -b 512 -pcq_w -pcq_a -sh --qtype int4 -qw int4 -c laplace -baa -baw -bcw
but only get accuracy 71.6. Is there any particular setting that should be followed? Thanks.
My environment:
Pytorch 1.3
Torchvision 0.4.2
The text was updated successfully, but these errors were encountered: