Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sunnycase
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to use NNCase to convert my TFLite model for K510, but it fails.
Describe the bug
It seems that a library can not be loaded.
RuntimeError: Cannot load module: libnncase.targets.k510.dylib, dlopen(libnncase.targets.k510.dylib, 0x0001): tried: 'libnncase.targets.k510.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibnncase.targets.k510.dylib' (no such file), '/Users/my_user/KendryteDeployment/venv/lib/python3.9/site-packages/libnncase.targets.k510.dylib' (no such file), '/opt/anaconda3/lib/libnncase.targets.k510.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/anaconda3/lib/libnncase.targets.k510.dylib' (no such file), '/opt/anaconda3/bin/../lib/libnncase.targets.k510.dylib' (no such file), '/usr/lib/libnncase.targets.k510.dylib' (no such file, not in dyld cache), 'libnncase.targets.k510.dylib' (no such file), '/usr/local/lib/libnncase.targets.k510.dylib' (no such file), '/usr/lib/libnncase.targets.k510.dylib' (no such file, not in dyld cache)
To Reproduce
I have install the wheel downloaded from github
Expected behavior
A clear and concise description of what you expected to happen.
Origin model and code
Environment (please complete the following information):
Questions
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions