Answer the question
In order to leave comments, you need to log in
How to convert keras model to tensorflow-lite?
Hello.
I have a keras, tensorflow model saved in .pkl format. I need to convert to tflite format to make a mobile app but I don't know how. Below is the model loading code.
arch, weights = pickle.load(open("model.pkl", 'rb'))
model = model_from_json(arch)
model.set_weights(weights)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question