深度学习模型在移动端部署方法
摘要:1. Keras 转 tflite def keras2tflite(keras_model, tflitefile) converter = tf.lite.TFLiteConverter.from_keras_model(model_2) # Indicate that we want to p
阅读全文
posted @ 2020-02-06 11:29
posted @ 2020-02-06 11:29