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.