tflite-micro icon indicating copy to clipboard operation
tflite-micro copied to clipboard

Didn't find op for builtin opcode 'EXP' version '2'. An older version of this builtin might be supported. Are you using an old TFLite binary with a newer model

Open Mahomed2904 opened this issue 1 year ago • 0 comments

Hi!

I'm currently trying to compile a tensorflow lite model model_2.tflite for edge TPU, but I'm getting the error:

Edge TPU Compiler version 16.0.384591198
ERROR: Didn't find op for builtin opcode 'EXP' version '2'. An older version of this builtin might be supported. Are you using an old TFLite binary with a newer model?

ERROR: Registration failed.

Invalid model: model_2.tflite
Model could not be parsed

The lite model was created from saved_model using:

  • tensorflow 2.16
  • python 3.11

And it run well in a tensorflow default interpreter. How can I solve this problem for the Edge TPU?

Mahomed2904 avatar Jul 21 '24 11:07 Mahomed2904