PaddlePaddle / Paddle-Lite

PaddlePaddle High Performance Deep Learning Inference Engine for Mobile and Edge (飞桨高性能深度学习端侧推理引擎)
https://www.paddlepaddle.org.cn/lite
Apache License 2.0
6.97k stars 1.61k forks source link

执行 "python convert.py" 失败 #34

Closed tamworth closed 7 years ago

tamworth commented 7 years ago

Loading the Caffe model... Traceback (most recent call last): File "convert.py", line 12, in import caffe_pb2 ImportError: bad magic number in 'caffe_pb2': b'\x03\xf3\r\n'

是否需要安装caffe?

cocodark commented 7 years ago

Yes, if you are transforming Paddle models to MDL's, pycaffe is required.