Nonuniform-to-Uniform-Quantization icon indicating copy to clipboard operation
Nonuniform-to-Uniform-Quantization copied to clipboard

Nonuniform-to-Uniform Quantization: Towards Accurate Quantization via Generalized Straight-Through Estimation. In CVPR 2022.

Results 6 Nonuniform-to-Uniform-Quantization issues
Sort by recently updated
recently updated
newest added

Hello, I am very glad to see the latest and best quantitative method. I have some questions while reproducing the results. I hope you can answer your questions. I used...

The code and the paper are difficult to match,thank you

Hello, thanks for your excellent work and code! In the paper, the authors claim that they use the same knowledge distillation scheme as LSQ to train the quantized models. I...

eq1:What is the role of the "LearnableBias" class in the code? eq2:How to understand the correspondence between w^r^' in the paper and line 100 in 'resnet.py' in the code. That...

Hello, thanks for your excellent work and code! There is one question that confused me. In Table 1 of your paper, the Top1 Accuracy of the pre-trained FP Resnet18 model...