We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当我使用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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
当我使用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.
The text was updated successfully, but these errors were encountered: