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.

TDA2EXEVM: How to import Relu6 layer in caffemodel

Part Number: TDA2EXEVM

I add Relu6 layer in caffe model and I want to import it to tidl. I have 2 questions:

1. Could I just change the "convParams.reluParams.reluType" value from "TIDL_RelU" to "TIDL_RelU6" ? (I use "foldBnInConv2D")

2. I fould when enable "TIDL_RelU6", tidl code just change the "max" value to 6, BUT not limit all the output of conv layer to 6 ?

Thanks !