htqin / QuantSR

[NeurIPS 2023 Spotlight] This project is the official implementation of our accepted NeurIPS 2023 (spotlight) paper QuantSR: Accurate Low-bit Quantization for Efficient Image Super-Resolution.
Apache License 2.0
39 stars 2 forks source link

How alpha is initialized? #3

Open Ray-Luo opened 6 months ago

Ray-Luo commented 6 months ago

Paper says alpha is initialized as a/(2**(b-1)-1), but it is not reflected in the code?