You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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
I'm running the TfLite model analyzer on the EfficientDet TfLite file like so:
One output line shows that the last layer is not a supported TfLite GPU operation:
This is causing latency issues. Any ideas on how to fix this?
The text was updated successfully, but these errors were encountered: