-
Notifications
You must be signed in to change notification settings - Fork 130
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
RKNN failed to submit!, op id: 1, op name: Conv:MobilenetV1/MobilenetV1/Conv2d_0/Relu6_prequant #38
Comments
I upgraded to driver version 0.9.6 available here and patched the build errors on This now fixes the problem with the MobileNet demo code and runs with expected output below.
|
Hello, how to upgrade the driver version from 0.9.3 to 0.9.6 |
It would depend on what SBC and OS your using. You can either compile your own kernel and OS image with it in, or use a release of the vendor's OS image that has the newer version applied. |
I am sorry! I am a linux novice and just started learning. I mean what files need to be replaced to upgrade? |
Testing on the Radxa Rock 5B, their Debian Bulleye (Linux 5.10) image has the following version of RKNN driver and Toolkit installed.
When running the MobileNet demo it completes successfully.
While testing the Debian Bookworm (Linux 6.1) image it has the following version of RKNN driver and Toolkit installed.
When running the above MobileNet demo it fails with the following error;
This must mean there is a bug in the new driver version
0.9.3
?The text was updated successfully, but these errors were encountered: