Tensorflow: tflite_convert and interpreter
一 . Convert ".pb" to ".tflite"
Method 1: Python Convert
graph_def_file = "retrained_graph_mobilenet_v2_1.4_224.pb"
input_arrays = ["input"]
# input_shape =
output_arrays = ["final_result"]
c...
原创
2019-02-01 15:57:41 ·
1415 阅读 ·
0 评论