peace195 / tensorflow-lite-YOLOv3

YOLOv3: convert .weights to .tflite format for tensorflow lite. Convert .weights to .pb format for tensorflow serving
106 stars 24 forks source link

Problem of transfering pb. to tflite. #9

Open tiffanyXiaoqing opened 4 years ago

tiffanyXiaoqing commented 4 years ago

I did not use docker. .I used the following command line on Pycharm Terminal based on Windows 10 platform.

"tflite_convert --saved_model_dir=saved_model/ --output_file yolo_v3.tflite --saved_model_signature_key='predict'" However, it showed that ModuleNotFoundError: No module named 'tensorflow.contrib.lite.python.tflite_convert' Is the error because of my Tensorflow version? Mine is Tensorflow 1.13.1.

I would appreciate if you can help.