-
Building converter for TorchScript backend. Got error below
The same error if I try to use pre-compiled binaries - mmdeploy-0.5.0-linux-x86_64-cuda10.2-tensorrt8.2.3.0 Also
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@meremeev Hi, sorry for the late reply. It's a bit strange. Could you share the full script for building mmdeploy? BTW, could you check where leads to the segmentation fault with Line 30 in 0e1a3aa |
Beta Was this translation helpful? Give feedback.
-
HiHi, |
Beta Was this translation helpful? Give feedback.
HiHi,
I also had the same problem, but I found a solution
This is because your Protobuf's version is too low, the official recommendation is above 3.12.2
or in the latest ONNX version this problem is solved https://github.com/onnx/onnx/pull/4354
you can clone and build ONNX from source ;)