edgetpu: Internal compiler error. Aborting!
I am facing an unusual problem. When I try to compile my model it throws me Internal compiler error. Aborting! error.
But I noticed sometimes I try running the same command again and again, it compiles after a few attempts.
********************:~/HOME$ edgetpu_compiler ModelDIR/model-quant.tflite -o ModelDIR/
Edge TPU Compiler version 14.1.317412892
Internal compiler error. Aborting!
********************:~/HOME$ edgetpu_compiler ModelDIR/model-quant.tflite -o ModelDIR/
Edge TPU Compiler version 14.1.317412892
Internal compiler error. Aborting!
********************:~/HOME$ edgetpu_compiler ModelDIR/model-quant.tflite -o ModelDIR/
Edge TPU Compiler version 14.1.317412892
Internal compiler error. Aborting!
********************:~/HOME$ edgetpu_compiler ModelDIR/model-quant.tflite -o ModelDIR/
Edge TPU Compiler version 14.1.317412892
Internal compiler error. Aborting!
********************:~/HOME$ edgetpu_compiler ModelDIR/model-quant.tflite -o ModelDIR/
Edge TPU Compiler version 14.1.317412892
Internal compiler error. Aborting!
********************:~/HOME$ edgetpu_compiler ModelDIR/model-quant.tflite -o ModelDIR/
Edge TPU Compiler version 14.1.317412892
Internal compiler error. Aborting!
********************:~/HOME$ edgetpu_compiler ModelDIR/model-quant.tflite -o ModelDIR/
Edge TPU Compiler version 14.1.317412892
Internal compiler error. Aborting!
********************:~/HOME$ edgetpu_compiler ModelDIR/model-quant.tflite -o ModelDIR/
Edge TPU Compiler version 14.1.317412892
Internal compiler error. Aborting!
********************:~/HOME$ edgetpu_compiler ModelDIR/model-quant.tflite -o ModelDIR/
Edge TPU Compiler version 14.1.317412892
Internal compiler error. Aborting!
********************:~/HOME$ edgetpu_compiler ModelDIR/model-quant.tflite -o ModelDIR/
Edge TPU Compiler version 14.1.317412892
Internal compiler error. Aborting!
********************:~/HOME$ edgetpu_compiler ModelDIR/model-quant.tflite -o ModelDIR/
Edge TPU Compiler version 14.1.317412892
Model compiled successfully in 70 ms.
Input model: ModelDIR/model-quant.tflite
Input size: 1.34MiB
Output model: ModelDIR/model-quant_edgetpu.tflite
Output size: 3.33MiB
On-chip memory used for caching model parameters: 224.00KiB
On-chip memory remaining for caching model parameters: 7.38MiB
Off-chip memory used for streaming uncached model parameters: 0.00B
Number of Edge TPU subgraphs: 1
Total number of operations: 34
Operation log: ModelDIR/model-quant_edgetpu.log
Model successfully compiled but not all operations are supported by the Edge TPU. A percentage of the model will instead run on the CPU, which is slower. If possible, consider updating your model to use only operations supported by the Edge TPU. For details, visit g.co/coral/model-reqs.
Number of operations that will run on Edge TPU: 5
Number of operations that will run on CPU: 29
See the operation log file for individual operation details.
********************:~/HOME$
Can someone explain this behavior ?
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 17 (1 by maintainers)
Hey, sorry I was out of town, we just had a release, please try compiling again!
@prashant45 just checked, this is definitely a bug on our side, it should be fixed by next update for you, but the successfully compiled model model should works