Other Parts Discussed in Thread: TDA4VL
Tool/software:
hi guys,
i use ti-processor-sdk-rtos-j721s2-evm-09_02_00_05.tar this version for my tda4vl program
and i use this parameter to convert my onnx model to ti bin
---------------------------------------
modelType = 2
numParamBits = 8
numFeatureBits = 8
quantizationStyle = 2
mixedPrecisionFactor = 1.2
……
--------------------------------------
because and get the output layer as 16bit
and the model bin get the right result at PC emulation mode
but when i run the model on the board
the result are totally wrong!
And when i just remove the mixedPrecisionFactor = 1.2
and get the normal 8bit layer output.
i can get the right result on the board too.
but the model would get lower percision than 16bit model
by the way , i use the same parameter on ti-processor-sdk-rtos-j721s2-evm-08_06_01_03.tar can get the right result for 16bit model.
so i not sure the different between this two version.
any one can help me to fix this problem?