googlecodelabs / tensorflow-for-poets-2

Apache License 2.0
509 stars 463 forks source link

tensorflow lite low accuracy #79

Open juniel03 opened 6 years ago

juniel03 commented 6 years ago

I followed the tutorial for retraining an existing model, i successfully retrained a model for gender detection, but when i converted the .pb model to .tflite and used it on android using ML kit the accuracy went down, it still recognized male as female sometimes recognized male with 51%

weinixuehao commented 5 years ago

@juniel03 有找到答案?

Starscream9559 commented 5 years ago

@juniel03 on my opinion that could be because as far as you know that tflite format is a "compressed" version of the model. So some of the neutrons or weightage could be 'removed' to save the size.