TexasInstruments / edgeai-tidl-tools

Edgeai TIDL Tools and Examples - This repository contains Tools and example developed for Deep learning runtime (DLRT) offering provided by TI’s edge AI solutions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An error occurred when compiling the model: "6 : RUNTIME_EXCEPTION : Non-zero status code returned while running ReorderInput node. "

AlpacaKnight opened this issue · comments

当我使用edgeai-idle-tools编译模型的时候遇到了一个问题。
there are error occurred when compiling the model by edgeai-idle-tools。
日志如下:
The log is as follows:

********** Frame Index 1 : Running float inference **********
2024-04-17 10:19:02.318601367 [E:onnxruntime:, sequential_executor.cc:494 ExecuteKernel] Non-zero status code returned while running ReorderInput node. Name:'ReorderInput' Status Message: /home/kumar/work/ort_1.14/onnxruntime/onnxruntime/contrib_ops/cpu/nchwc_ops.cc:17 virtual onnxruntime::common::Status onnxruntime::contrib::ReorderInput::Compute(onnxruntime::OpKernelContext*) const X_rank == 4 was false.

这是什么问题导致的,我应该怎么处理。
May I ask what problem is causing this and how should I handle it.