Metadata writer for tflite model removing the model signature
I successfuly created a tflite model with a serving_default
signature. However, when I add metadata, this signature disappears. Here’s the code I’m using to add metadata:
How do i convert a .h5 tensorflow model file to a tflite model locally?
I have tried converting a tensorflow mobilenetv2 model to tflite model from a very long time but I am facing a lot of issues in kaggle. I think by the time the model runs all its epochs i run out of time ans its hard to then save model and convert to tflite model. So for now ive downloaded the model to my local machine. Is there any way i can convert the file locally to tflite model in the command line?