google / qkeras

QKeras: a quantization deep learning library for Tensorflow Keras
Apache License 2.0
533 stars 102 forks source link

Does qkeras provide the implementation of DSQ? #91

Open monchhichizzq opened 2 years ago

monchhichizzq commented 2 years ago

chrome-extension://oemmndcbldboiebfnladdacbdfmadadm/https://openaccess.thecvf.com/content_ICCV_2019/papers/Gong_Differentiable_Soft_Quantization_Bridging_Full-Precision_and_Low-Bit_Neural_Networks_ICCV_2019_paper.pdf

danielemoro commented 2 years ago

We don't have an implementation of this paper yet, but we are working on some learnable quantizers in general. Keep an eye out for any updates, and if you are interested in DSQ specifically, we welcome your contributions.