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.

TDA2SX: TIDL import tensorflow model

Part Number: TDA2SX

Hi, 

I want to convert the tensorflow model "mobilenet_v1_1.0_224_final.pb" to TIDL.

At first, i use the program "optimize_for_inference" to optimize it.

Then i use import tool to convert it to TIDL, the result is fail.

The reason is the Relu6 layer can't support.

According to this website"http://e2e.ti.com/support/processors/f/791/t/720231", the TIDL library support the Relu6 layer.

Can TI update the import tool?

If not ,how can i modify  import tool to import this Relu6 layer ?

Thanks.