Tool/software:
I am trying to run our custom model which has slice layer with the following details given in the image ,
Edgeai : 927
Model opset _ir version : 18 _ 8
when i try to compile the model i get the below message with error
Slice layer : Unsupported onnxOpSetVersion 18 -- Slice_nf_0
INFORMATION: [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize.
INFORMATION: [TIDL_ResizeLayer] Any resize ratio which is power of 2 and greater than 4 will be placed by combination of 4x4 resize layer and 2x2 resize layer. For example a 8x8 resize will be replaced by 4x4 resize followed by 2x2 resize.
****************************************************
** 2 WARNINGS 0 ERRORS **
****************************************************
In TIDL_runtimesPostProcessNet 4
************ in TIDL_subgraphRtCreate ************
The soft limit is 2048
The hard limit is 2048
MEM: Init ... !!!
MEM: Init ... Done !!!
0.0s: VX_ZONE_INIT:Enabled
0.15s: VX_ZONE_ERROR:Enabled
0.38s: VX_ZONE_WARNING:Enabled
0.4168s: VX_ZONE_INIT:[tivxInit:190] Initialization Done !!!
0.56525s: VX_ZONE_ERROR:[ownTensorCheckSizes:119] Invalid view parameter(s) in dimension: 0
0.56556s: VX_ZONE_ERROR:[tivxUnmapTensorPatch:758] map address is null
0.56563s: VX_ZONE_ERROR:[tivxUnmapTensorPatch:762] map size is equal to 0
0.101492s: VX_ZONE_ERROR:[tivxMemBufferAlloc:130] size is 0
0.101539s: VX_ZONE_ERROR:[ownAllocReferenceBufferGeneric:349] Memory allocation failed
0.101550s: VX_ZONE_ERROR:[ownGraphAllocateDataObject:1003] Memory allocation for data reference failed
0.101561s: VX_ZONE_ERROR:[vxVerifyGraph:2104] Memory alloc for data objects failed
0.101571s: VX_ZONE_ERROR:[vxVerifyGraph:2213] Graph verify failed
TIDL_RT_OVX: ERROR: Verifying TIDL graph ... Failed !!!
TIDL_RT_OVX: ERROR: Verify OpenVX graph failed
and the model doenot complie , can you let us knw the solution for this