Skip to content
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

With TfLite, the last EfficientDet op (TFLite_Detection_PostProcess) is not supported on the GPU #1174

Open
saad-palapa opened this issue Sep 26, 2022 · 0 comments

Comments

@saad-palapa
Copy link

saad-palapa commented Sep 26, 2022

I'm running the TfLite model analyzer on the EfficientDet TfLite file like so:

model_path = "/content/efficientdet.tflite"
tf.lite.experimental.Analyzer.analyze(model_path=model_path, gpu_compatibility=True)

One output line shows that the last layer is not a supported TfLite GPU operation:

GPU COMPATIBILITY WARNING: Not supported custom op TFLite_Detection_PostProcess

GPU COMPATIBILITY WARNING: Subgraph#0 has GPU delegate compatibility issues at nodes 482 with TFLite runtime version 2.8.2

This is causing latency issues. Any ideas on how to fix this?

@saad-palapa saad-palapa changed the title In TfLite, one Efficientdet op is not running on the GPU With TfLite, the last EfficientDet op is not supported on the GPU Sep 26, 2022
@saad-palapa saad-palapa changed the title With TfLite, the last EfficientDet op is not supported on the GPU With TfLite, the last EfficientDet op (TFLite_Detection_PostProcess) is not supported on the GPU Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant