TensorFlow lite: High loss in accuracy after converting model to tflite
问题 I have been trying TFLite to increase detection speed on Android but strangely my .tflite model now almost only detects 1 category. I have done testing on the .pb model that I got after retraining a mobilenet and the results are good but for some reason, when I convert it to .tflite the detection is way off... For the retraining I used the retrain.py file from Tensorflow for poets 2 I am using the following commands to retrain, optimize for inference and convert the model to tflite: python