Getting this 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!
Already change the TFLITE_FILE to my tflite model and get this output:
env: TFLITE_FILE=EfficientNet_model_0308.tflite
Click to expand!
### Issue Type
Bug
### Operating System
Windows 10
### Coral Device
Accelerator Module
### Other Devices
_No response_
### Programming Language
Other
### Relevant Log Output
_No response_
Description
My Code : ! edgetpu_compiler $TFLITE_FILE
Getting this 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!
Already change the TFLITE_FILE to my tflite model and get this output: env: TFLITE_FILE=EfficientNet_model_0308.tflite
Using the Colab to compile : https://colab.research.google.com/github/google-coral/tutorials/blob/master/compile_for_edgetpu.ipynb
Click to expand!
### Issue Type Bug ### Operating System Windows 10 ### Coral Device Accelerator Module ### Other Devices _No response_ ### Programming Language Other ### Relevant Log Output _No response_