This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[TDA4M] How can we use our own quantization parameters?

Hello,

We want to port our weights/biases to TIDL model with our own quantization parameters, and ensure same result and value as PC since our algorithm is very sensitive to value.

So questions are about how I can use our quantization parameters, with Caffe data.

1. What quantization parameters do TIDL use? (e.g fractional length of weight)

1. How can we encode our parameters into TIDL model?

2. Can you let us know how TIDL operations(e.g convolutions, batchnorm) use quantization parameters?

Thank you.