TFLite mismatch: Didn't find op for builtin opcode 'CONV_2D' version '3' #657
-
Following https://github.com/pschatzmann/arduino-audio-tools/wiki/TensorFlow-Lite---MicroSpeech, I was able to generate the model file: https://kevinsayazstorage.blob.core.windows.net/public/model.h. Using the sample stream-i2s-tf works great with the included model.h. When I add my model and make the following change (I changed the WANTED_WORDS = "marvin,stop,off,on,go,sheila") in the notebook: I get an error:
Is this a known issue? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
My first guess would be that it is running out of RAM. You would need to analyze the stacktrace to confirm this. |
Beta Was this translation helpful? Give feedback.
-
I just recompiled the model, this time with fewer words. The sample model.h you include [char array] is of size: 18715. My model is of size 14752, which is smaller and I get the same error. Are you sure there has not been an update in the model? I see a cell in the notebook runs: |
Beta Was this translation helpful? Give feedback.
-
When I created the library it was for version=2.4.0-ALPHA |
Beta Was this translation helpful? Give feedback.
When I created the library it was for version=2.4.0-ALPHA
Did you try to make sure that you used the correspinding version in Jupyter ?