-
Notifications
You must be signed in to change notification settings - Fork 125
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
Linking Flex Delegates with Edge TPU Compiler #479
Comments
Hi, can you please share the tflite model. |
Not able to share that specific model as its private, but I'll see if I can reproduce it with a publicly available model. |
okay, can you try to install tflite runtime and test the inference on colab notebook.
|
EfficientDet-D0 is not compatible with the EdgeTPU. You'll need to use an EfficientDet-Lite variant (i.e. EfficientDet-Lite0). You can either use the ones on TFHub, the Coral test_data repo, or use TFLite model maker to retrain. |
Sorry for late reply! That solves the issue, as the lite models seemed to work ok 👍 |
@hjonnala
The model to compile is converted from
#274 Thank you for your attention! |
HI @JoniSuominen can you please share the steps to build tflite_runtime whl with TF ops support for edge TPU? |
Hi!
I'm currently trying to compile efficientdet-d0 .tflite model for Edge TPU, but it unfortunately contains some flex ops as can be seen below
I'm able to run it with tflite-interpreter outside edgetpu_compiler, since I have built tflite-runtime from source (https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/tools/pip_package) and added flex delegates to the build there. Is this somehow supported by edgetpu compiler?
The text was updated successfully, but these errors were encountered: