I am trying to upload my model, but I got this error " Didn’t find op for builtin opcode ‘CAST’ version ‘5’. An older version of this builtin might be supported. Are you using an old TFLite binary with a newer model?
Registration failed. "
I tried different versions of TensorFlow, but nothing worked.
Hi @crisheuko
Not every tflite operation is supported, your model uses a TensorFlow Lite (TFLite) operation (opcode) that is not supported by the version of TFLite runtime you are using. The specific operation in question is ‘CAST’ with version ‘5’.
See the upload model docs for more info:
Best
Eoin
Hello!
I uploaded my project, but I wanted it to be just a block like ’ NN classifier’, but it is all the impulse and I can’t modify parameters like the ’ Spectral Analysis’. How can I turn my upload into a block if I don’t have the section ‘Custom blocks’ in my edge impulse? (sorry If it’s a silly question, I just started to dealing with it some days ago)
Project ID 496293