jun-fang/PWLQ

Inquiry about integer inference with bias correction

Opened this issue · 0 comments

Hi, thank you for sharing the source code of your work, it's amazing.
I would like to inquire about pure integer inference using bias correction as indicated in the paper.
when using bias correction on INT 8 quantized weights, the weights change into floating-point values, therefore do you take round/floor/ ceil in order to do Pure INT computation on quantitated weights?

Thank you in advance