murkoc
1
I have converted tf to tflite and trying it on Android. I have the error below:
Mobile SSD models are expected to have exactly 4 outputs, found 8
I wonder if this is an converted file related issue if so what should I use on converting my tf data?
1 Like
George
3
Hi @murkoc
Can you add the full error output? Also if you upload the tflite file or a colab notebook I can check it.
Regards
murkoc
5
Thank you for your interest. I solved it.
How did you solve it? I am getting the same issue. Iām trying to load a generated tflite from into the sample Android app.