tensorflow / tflite-support

TFLite Support is a toolkit that helps users to develop ML and deploy TFLite models onto mobile / ioT devices.
Apache License 2.0
371 stars 125 forks source link

Modify tflite quantization params #947

Open mcggood opened 1 year ago

mcggood commented 1 year ago

How to modify the quant_scale and zero_point of quantized tflite model? Seems we could only read these values for now.