torch框架能否支持C++推理 #558
torch框架能否支持C++推理
#558
-
|
C++推理onnx时是否支持GPU加速,之前好像说paddle框架用onnxruntime-gpu会有问题 |
Beta Was this translation helpful? Give feedback.
Answered by
SWHL
Oct 14, 2025
Replies: 1 comment 4 replies
-
|
C++推理onnx是借助哪个推理引擎呢?如果也是onnxruntime的话,估计动态尺寸下加速效果也不明显。 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
应该可以的。这个我没试过哈。不过现在PP-OCRv5的C++推理官方已经开始支持了,可以也试试这个。相关link: https://www.paddleocr.ai/latest/version3.x/deployment/cpp/OCR.html