Hello,
I am trying to import pre-quant tflite model using tidl_tools_08_06_00_00. The model converting progress is work, but the results after inference is fault.
I use tidl_tools download from software-dl.ti.com/.../tidl_tools.tar.gz to convert model, and then set writeTraceLevel=3 to catch tensors of each map.
The values of tensors, except input tensor, is 0 or another value no matter what I feed in.
Import tools config is as below,
tflite quant model download from http://software-dl.ti.com/jacinto7/esd/modelzoo/latest/models/vision/classification/imagenet1k/tf1-models/mobilenet_v1_1.0_224_quant.tflite.
Does tidl support asymmetric quantization?