google-coral / edgetpu

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

ERROR: Didn't find op for builtin opcode 'TRANSPOSE_CONV' version '4'. An older version of this builtin might be supported. #845

Open CarlosNacher opened 7 months ago

CarlosNacher commented 7 months ago
          Fell free to reopen if issue still exist with compiler 16.0. Thanks!

Originally posted by @hjonnala in https://github.com/google-coral/edgetpu/issues/147#issuecomment-1345920446

I am getting the same error:

Edge TPU Compiler version 16.0.384591198
ERROR: Didn't find op for builtin opcode 'TRANSPOSE_CONV' version '4'. 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_full_integer_quant.tflite
Model could not be parsed
vmanoj1996 commented 5 months ago

I am also facing this exact same problem. @CarlosNacher, have you figured out a solution/workaround?

vmanoj1996 commented 5 months ago

(update) Fixed this issue by setting the experimental new converter to false! converter.experimental_new_converter = False