-
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
初始化环境失败:Invalid RKNN model version 6 #316
Comments
去官网下载最新的librknnrt.so替换/usr/lib下原来的库就行 |
您好我下载最新的so之后并替换还是报这个错为什么呢 |
想问一下解决了吗? |
有用 |
感谢感谢,解决了 |
--> Init runtime environment
I RKNN: [17:10:15.695] RKNN Runtime Information: librknnrt version: 1.5.0 (e6fe0c678@2023-05-25T08:09:20)
I RKNN: [17:10:15.695] RKNN Driver Information: version: 0.9.0
E RKNN: [17:10:15.696] 6, 4
E RKNN: [17:10:15.696] Invalid RKNN model version 6
E RKNN: [17:10:15.696] rknn_init, load model failed!
E Catch exception when init runtime!
E Traceback (most recent call last):
File "/home/linaro/miniconda3/envs/rk39/lib/python3.9/site-packages/rknnlite/api/rknn_lite.py", line 149, in init_runtime
self.rknn_runtime.build_graph(self.rknn_data, self.load_model_in_npu)
File "rknnlite/api/rknn_runtime.py", line 921, in rknnlite.api.rknn_runtime.RKNNRuntime.build_graph
Exception: RKNN init failed. error code: RKNN_ERR_MODEL_INVALID 是因为开发板环境太低了吗
The text was updated successfully, but these errors were encountered: