You are reading a single comment by @user122861 and its replies.
Click here to read the full conversation.
-
I followed the https://github.com/espruino/Espruino/tree/master/libs/tensorflow#actually-using-it and it created a tflite model, my model has less 1024 parameters.
However i get an errorUncaught Error: Didn't find op for builtin opcode 'ADD' version '1'
I used tensorflow 2.0 to create model
@Gordon can you please suggest way forward
@user122861, how did you convert to tflite ?
I tried some time ago to convert from keras to tflite see Forum entry
But the result could not be used for bangle. Size was too big.