Model output same for every input
TF Version 2.4.0
Despite extremely different inputs, the model outputs the same probability distribution to the 16th decimal place for every single input.
This does not happen on the tflite model loaded with a python interpreter, only when loaded with this tflite_flutter interpreter.
TF Version 2.4.0
Despite extremely different inputs, the model outputs the same probability distribution to the 16th decimal place for every single input.
This does not happen on the tflite model loaded with a python interpreter, only when loaded with this tflite_flutter interpreter.
Same case, did you find any solution?
@Ucok23 I think without posting your code it is quite impossible to debug.
@Ucok23 I think without posting your code it is quite impossible to debug.
huge thanks, it's just i didn't feed right input image, i need grayscale but i keep feeding it rgba
Hi, I wanna ask a question ! is your UI correct ? I mean it appear full screen of camera ? because when I launch the app, the camera view appears in the upper half of the screen, not full screen !!