T
T
tixonmavrin2019-02-10 14:27:26
Python
tixonmavrin, 2019-02-10 14:27:26

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)

I will be glad for any help)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2019-02-10
@dimonchik2013

https://heartbeat.fritz.ai/intro-to-machine-learni...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question