This repository was archived by the owner on Aug 30, 2018. It is now read-only.
This repository was archived by the owner on Aug 30, 2018. It is now read-only.
undefined symbol: _ZNK6google8protobuf7Message13SpaceUsedLongEv #19
Open
Description
I am trying to use this tool for converting a caffe2 model to onnx model using the example given #3
I am trying to convert resnet-101 model.
Below is my error log:
Traceback (most recent call last):
File "conversion.py", line 1, in <module>
import onnx_caffe2.frontend as c2_onnx
File "/home/chaitanya/.local/lib/python2.7/site-packages/onnx_caffe2/frontend.py", line 8, in <module>
from onnx import onnx_pb2, checker
File "/home/chaitanya/.local/lib/python2.7/site-packages/onnx/__init__.py", line 7, in <module>
from . import checker, helper
File "/home/chaitanya/.local/lib/python2.7/site-packages/onnx/checker.py", line 14, in <module>
from onnx import defs
File "/home/chaitanya/.local/lib/python2.7/site-packages/onnx/defs/__init__.py", line 6, in <module>
import onnx.onnx_cpp2py_export as C
ImportError: /home/chaitanya/.local/lib/python2.7/site-packages/onnx/onnx_cpp2py_export.so: undefined symbol: _ZNK6google8protobuf7Message13SpaceUsedLongEv
can someone help me out with the above issue.
Metadata
Metadata
Assignees
Labels
No labels