We are using a SK-AM62A and are trying out the compile functionality of edgeai-tidl-tools.
The version of edgeai-tidl-tools is 09_01_03_00.
When I converted the attached model using tflrt_delegate.py, it failed as shown in the log below.
How can I avoid this error?
Running 1 Models - ['cl-tfl-wideresnet50_v2'] Running_Model : cl-tfl-wideresnet50_v2 Preliminary number of subgraphs:18 , 109 nodes delegated out of 127 nodes convParams.numInChannels Is not multiple of convParams.numGroups - Exiting WARNING: Conv Layer onnx_tf_prefix_/relu/Relu;Add;convolution;Const_106's coeff cannot be found(or not match) in coef file, Random coeff will be generated! Only for evaluation usage! Results are all random! ************** Frame index 1 : Running float import ************* **************************************************** ** All the Tensor Dimensions has to be greater then Zero ** DIM Error - For Tensor 2, Dim 4 is -1 **************************************************** **************************************************** ** ALL MODEL CHECK PASSED ** **************************************************** The soft limit is 2048 The hard limit is 2048 MEM: Init ... !!! MEM: Init ... Done !!! 0.0s: VX_ZONE_INIT:Enabled 0.32s: VX_ZONE_ERROR:Enabled 0.37s: VX_ZONE_WARNING:Enabled 0.3102s: VX_ZONE_INIT:[tivxInit:185] Initialization Done !!! 0.11113s: VX_ZONE_ERROR:[tivxMemBufferAlloc:130] size is 0 0.11133s: VX_ZONE_ERROR:[ownAllocReferenceBufferGeneric:347] Memory allocation failed 0.11136s: VX_ZONE_ERROR:[ownGraphAllocateDataObject:923] Memory allocation for data reference failed 0.11140s: VX_ZONE_ERROR:[vxVerifyGraph:2000] Memory alloc for data objects failed 0.11145s: VX_ZONE_ERROR:[vxVerifyGraph:2109] Graph verify failed TIDL_RT_OVX: ERROR: Verifying TIDL graph ... Failed !!! TIDL_RT_OVX: ERROR: Verify OpenVX graph failed convParams.numInChannels Is not multiple of convParams.numGroups - Exiting WARNING: Conv Layer Add_4;convolution_22;convolution_4;Const_98's coeff cannot be found(or not match) in coef file, Random coeff will be generated! Only for evaluation usage! Results are all random! convParams.numInChannels Is not multiple of convParams.numGroups - Exiting WARNING: Conv Layer onnx_tf_prefix_/layer1/layer1.0/relu/Relu;Add_1;convolution_9;convolution_1;Const_104's coeff cannot be found(or not match) in coef file, Random coeff will be generated! Only for evaluation usage! Results are all random! ************** Frame index 1 : Running float import ************* **************************************************** ** ALL MODEL CHECK PASSED ** **************************************************** convParams.numInChannels Is not multiple of convParams.numGroups - Exiting