Hello, I am having trouble with op resolver arduino code - “Didn’t find op for builtin opcode ‘TILE’ version ‘3’. An older version of this builtin might be supported. Are you using an old TFLite binary with a newer model?
Failed to get registration from op code TILE”
I tried customAdd() for Tile but getting same issue.
Tensorflowlite libraray used is GitHub - tensorflow/tflite-micro-arduino-examples
Please help me to resolve the issue.
Thank you!
Sorry for the delayed response. The tensorflow example seems to be not updated. It’s the compatibility issue between the model you used and TFLite library. Try to run your model with the updated tflite-micro. For further closer inspection, please provide your model.
Thank You