-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
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
E RKNN: [17:19:34.670] failed to submit!, op id: 1, op name: Conv:/model.0/conv/Conv, flags: 0x1, task start: 0, task number: 30, run task counter: 0, int status: 0, please try updating to the latest version of the toolkit2 and runtime from: https://console.zbox.filez.com/l/I00fc3 (PWD: rknn) #320
Comments
I also encountered the same problem. Did you solve it? |
Yes, you need to update your NPU driver, it's hard to do it so you need to switch to different operating system or try to update it by yourself @Link164735 |
https://github.com/Joshua-Riek/ubuntu-rockchip here is the ubuntu with updated NPU chip |
Alright, I think I have a rough idea of what the issue is. Thank you very much |
Have you solved this problem? I update the version of RKNN Server , Runtime and RKNN-Toolkit2 to 2.0.0b0 (35a6907d79@2024-03-24T02:34:11). But this error still occurs. Can you give me some advice? |
The reason for my issue was that the bit width of the model's output layer exceeded the maximum limit of the NPU, causing scheduling problems with the chip. It's important to note that the NPU's maximum bit width is 0x1fff, which is 8191. My original output layer was 2*9288. After modifying the dimensions of my output layer, the error disappeared. I hope this helps you. |
|
Thank you. I encountered this situation by chance after running a few or dozens of frames, and it was the Resize function.
|
Error apears only when trying to use
first
andsecond
NPU core, when using core 0 everything works fine.Getting such info before that error:
Also using such versions ( running on debian bookworm installed from orange pi software site
6.1.43-rockchip-rk3588
) :The text was updated successfully, but these errors were encountered: