You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for my project I created an h5 model Keras file with Teachable Machine, which also works well :-)
Since the prediction is faster with TF Lite, I also downloaded the model in Teachable as a model_unquant.tflite file.
The pictures basis of the two models is identical.
Now I have found that the prediction with the model.tflite does not work well. The detection is not as good as with the h5 model, how can that be?
Does anyone have any idea why this could be? I would have expected the predictions of the models to be the same.
The text was updated successfully, but these errors were encountered:
I've done a lot of tests in the meantime and the prediction result of the Kreas model and TF Lite floating point number is definitely different, although the data is based on the same.
After a training session, I downloaded a Kreas model and a TF Lite model
Hello everybody,
for my project I created an h5 model Keras file with Teachable Machine, which also works well :-)
Since the prediction is faster with TF Lite, I also downloaded the model in Teachable as a model_unquant.tflite file.
The pictures basis of the two models is identical.
Now I have found that the prediction with the model.tflite does not work well. The detection is not as good as with the h5 model, how can that be?
Does anyone have any idea why this could be? I would have expected the predictions of the models to be the same.
The text was updated successfully, but these errors were encountered: