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
I train tiny-yolov3 on darknet then convert to Keras model by follow instruction.
But when use edgetpu_compiler have error.
Edge TPU Compiler version 16.0.384591198
Started a compilation timeout timer of 180 seconds.
ERROR: Attempting to use a delegate that only supports static-sized tensors with a graph that has dynamic-sized tensors.
Compilation failed: Model failed in Tflite interpreter. Please ensure model can be loaded/run in Tflite interpreter.
Compilation child process completed within timeout period.
Compilation failed!
How to slove it.
OS: ubuntu 20.04
tensorflow: 2.6.0
The text was updated successfully, but these errors were encountered:
I train tiny-yolov3 on darknet then convert to Keras model by follow instruction.
But when use edgetpu_compiler have error.
Edge TPU Compiler version 16.0.384591198
Started a compilation timeout timer of 180 seconds.
ERROR: Attempting to use a delegate that only supports static-sized tensors with a graph that has dynamic-sized tensors.
Compilation failed: Model failed in Tflite interpreter. Please ensure model can be loaded/run in Tflite interpreter.
Compilation child process completed within timeout period.
Compilation failed!
How to slove it.
OS: ubuntu 20.04
tensorflow: 2.6.0
The text was updated successfully, but these errors were encountered: