segmentation_models icon indicating copy to clipboard operation
segmentation_models copied to clipboard

how to convert the trained model into TF Lite?

Open MustafaAlahmid opened this issue 2 years ago • 1 comments

I have trained a model on my own data and now i need to use the model on the mobile phone so i need to convert the model to TF lite is it possible ?

MustafaAlahmid avatar Oct 13 '22 14:10 MustafaAlahmid

Hi @MustafaAlahmid ,

Check this notebook for keras model to tflite model conversion. Close this issue if this solves it!!!:)

tshr-d-dragon avatar Sep 21 '23 10:09 tshr-d-dragon