You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're still working on it, and it'll be released along with quantized models' pth files later.
If you only need quantized weights and bias, there's a way for quick start. We have implemented method quant_weight_bias in conv2d and linear layers, from which you can retreive quantized weights and bias of current layer. You can check for quant_layers/conv.py and quant_layers/linear.py for details.
Excellent work! After quantization, how to save the quantized model?
The text was updated successfully, but these errors were encountered: