Dear TIDL experts,
I am importing some customized Caffe model for an automotive application. the model prototxt is attached.
The SDK is PROCESSOR-SDK-RTOS-DRA8X-TDA4X (V07.00.00.11).
Importing utility runs normally. When executing the imported model on the target, C7x_1 seems halted without any warning or error.
I've got another try to remove the model layer:
layer {
name: "Addmm_1"
type: "InnerProduct"
bottom: "AdaptiveAvgPool2d_1"
top: "Addmm_1"
inner_product_param {
num_output: 144
bias_term: true
}
}
And it seems worked, even though the results may be incorrect
It also works when "num_output" other than 144.
Please help me to figure it out. Thanks!