-
Notifications
You must be signed in to change notification settings - Fork 68
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
EdgeTpuDelegateForCustomOp failed to prepare #16
Comments
@petewarden
|
Sure, thanks!
|
@petewarden
Here is the correct version for reference:
|
Awesome, thanks, that works! Closing. |
For windows users trying to run the demo, download 2.14.0 not 2.14.1 from here https://dl.google.com/coral/edgetpu_api/edgetpu_runtime_20200331.zip |
@mattheys are you having issues with 2.14.1? They should be the same library with 2.14.1 added window supports for pcie |
Yes, I got the following error with 2.14.1, downgrading to 2.14.0 worked fine with the edgetpu models here
Sorry do you want me to open a new issue? |
@mattheys are you using a pcie module or a USB Accelerator? |
It's a USB Accelerator |
@mattheys as it turned out, we uploaded the wrong zip file lol |
Hi,
mendel@xenial-yarn:~/coral/pycoral$ dpkg -l | grep edgetpu |
@musekeskin can you check your tflite_runtime version also? It should be 2.5.0 at this time! |
mendel@xenial-yarn:~$ python3 -c 'print(import("tflite_runtime").version)' |
Yelp, please upgrade the package. |
it is need to be version 2.15 or is it 2.5? tflite_runtime-2.5.0-cp37-cp37m-linux_armv7l.whl is not a supported wheel on this platform. |
@musekeskin sorry 2.5 is what I meant.
is a very self explanatory message Are you trying to run this on the Dev Board? If so it should be using the arm64 wheel as opposed to arm32. |
yes dev board. |
@musekeskin okay, now this is kind of an internet issue, you can try wget it first and then install? |
I downloaded the file somehow. But now I am getting such an error; mendel@xenial-yarn: |
After deleting the old installed version I was able to install the new version. Worked. Thanks ! |
Hello,
mendel@purple-orange:~$ dpkg -l | grep edgetpu $ python3 -c 'print(import("tflite_runtime").version)' |
@wangchenxi777 to upgrade the edgetpu runtime please follow these instructions https://coral.ai/docs/dev-board/reflash/#update-your-board-with-apt-get |
ok thankyou |
When following the guide at https://coral.ai/docs/dev-board/get-started#6-run-a-model-using-the-tensorflow-lite-api I see the following error instead of the expected classification results:
The text was updated successfully, but these errors were encountered: