The command I run: `python3 inference/inference_sim.py -a resnet18 -b 256 -pcq_w -pcq_a -sh --qtype int4 -qw int4 -c laplace -baa -baw -bcw` And it gives: Prec@1 64.622 Prec@5 85.802 But the results reported in paper is 67.0 Did I do something wrong?
The command I run:
python3 inference/inference_sim.py -a resnet18 -b 256 -pcq_w -pcq_a -sh --qtype int4 -qw int4 -c laplace -baa -baw -bcwAnd it gives:
Prec@1 64.622 Prec@5 85.802
But the results reported in paper is 67.0
Did I do something wrong?