tflite-support
tflite-support copied to clipboard
Manually setting ranges for every activation and weight
Hello Team, is it posibble to set the scale and offset of all the activations and weights manually, rather than going with tflite quantization schemes? Actually I want to run tflite inference through ranges using AIMET quantization scheme. They output a json formatted file containing ranges for every weights and activations, I want to use those ranges to create tfite quantized model, for testing purposes