If I replace h5 and saved_model with tflite respectively, the accuracy is different, why?

I saved the same model with h5 and saved_model, and replaced it with tflite.
However, when I tried to measure accuracy with test data,
I found that the results of saved_model were significantly degraded.
Do you know why?

Hi @philip
Maybe you can show what you did? Your code, the results, etc…
Thank you

Hi! @tagoma
I found the reason today.
After converting multi model(h5, saved_model) to tflite,
I checked the inputs, and the order of the inputs was different.
Thanks for commenting!!

1 Like