Part Number: PROCESSOR-SDK-DRA8X-TDA4X
Tool/software: Code Composer Studio
HI:
I am using psdk_rtos_auto_j7_06_02_00_21 SDK , for TIDL i have try some example model in the TIDL Importer document.
but i Import my CNN have some problem. log lis like follow!
IPLayer,=128
WARNING: PReLU Layer pre_lu6's bias cannot be found(or not match) in coef file, Random bias will be generated! Only for evaluation usage! Results are all random!
IPLayer,=256
WARNING: PReLU Layer pre_lu7's bias cannot be found(or not match) in coef file, Random bias will be generated! Only for evaluation usage! Results are all random!
We use Caffe framework and tidl to run the same instance model, and compare the output results of each layer. It is found that the error of some layers in front of the network is relatively small, and the error is expanding after the warning prelu layer.
I have given my example model, my tidl, in the attachment_ Import configuration file, data generated by Caffe and tidl dump respectively, and comparison chart of results.
Thanks!
Shuai