google-coral / edgetpu

Coral issue tracker (and legacy Edge TPU API source)
https://coral.ai
Apache License 2.0
411 stars 124 forks source link

Edgetpu Compiler Compile Error #831

Open xueyee0802 opened 3 months ago

xueyee0802 commented 3 months ago

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_