onnxruntime simple

simple  github地址:

GitHub - microsoft/onnxruntime-inference-examples: Examples for using ONNX Runtime for machine learning inferencing.

onnxruntime cpu

问题1:

libonnxruntime.so.1.10.0: cannot open shared object file: No such file or directory

onnxruntime simple

 需要添加libonnxruntime.so.1.10.0文件的链接

locate   libonnxruntime.so.1.10.0(找到位置路径)

onnxruntime simple

vim CMakeList.txt

link_directories("/usr/local/lib")

[esc] :wq

完美解决

上一篇:机器学习技法 之 聚合模型(Aggregation Model)


下一篇:Codeforces Round #312 (Div. 2) E. A Simple Task T12 D43