Skip to content Skip to sidebar Skip to footer

Tflite Conversion Changing Model Weights

I have a custom built tensorflow graph implementing MobileNetV2-SSDLite which I implemented myself. It is working fine on the PC. However, when I convert the model to TFLite (all f

Solution 1:

What command are you using to convert to tflite? For instance are you using toco, and if so what parameters are you using? While I haven't been looking at the filters, here are my default instructions for finetuning a MobileNetV2-SSD and SSDLite graphs and the model has been performing well.


Post a Comment for "Tflite Conversion Changing Model Weights"