Hi,
I am trying to convert our onnx model to tidl model (opset=11, psdk=9.1.0.6), but i am facing an error.
I've already converted the other network (onnx opset 11 and psdk 9.1), but I cannot convert the only this network due to the following error. Same error even if I use the same network as opset version 9.
----------------------------
ONNX Model (Proto) File : /VG/network/sd/onnx_11_ptq/SDNet.onnx
TIDL Network File : /VG/network/sd/onnx_11/outputs/tidl_net_SDNet.bin
TIDL IO Info File : /VG/network/sd/onnx_11/outputs/tidl_net_SDNet_io_
Current ONNX OpSet Version : 11
tidl_model_import.out: tidl_import_common.cpp:202: void* my_malloc(int): Assertion `ptr != NULL' failed.
Aborted (core dumped)
---------------------------
Additionally, when converting to psdk 8.6 using this network, the tidl conversion was well without error.
The problem only occurs in psdk 9.1.
If anyone has a similar experience, please let me know!