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 !