我的环境是windows,我想使用python来推断onnxruntime与openvion.after安装openvino,我用openvino构建onnxruntime,我的构建命令是
.\build.bat --update --build --build_shared_lib --build_wheel --config RelWithDebInfo --cmake_generator "Visual Studio 16 2019" --use_openvino CPU_FP32 --parallel --skip_tests在构建过程中没有任何错误。但是,当我导入onnxruntime并使用它进行推理时,发生了一个错误,即
[E:onnxruntime:Default, provider_bridge_ort.cc:634 onnxruntime::ProviderLibrary::Get] Failed to load library, error code: 126并且推理速度非常慢。谁能告诉我为什么?
发布于 2021-03-15 10:55:03
您是否交叉检查了您的配置、层和拓扑?并不是所有的都受支持。Here是一些信息。
https://stackoverflow.com/questions/66577364
复制相似问题