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

Some questions about the code

Open xiaolonghao opened this issue 2 years ago • 0 comments

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 is “scaling_factor = gamma * torch.mean(torch.mean(torch.mean(abs(real_weights),dim=3,keepdim=True),dim=2,keepdim=True),dim=1,keepdim=True)” thank you.

xiaolonghao avatar Aug 29 '22 12:08 xiaolonghao