Window10运行onnxruntime报错的处理
onnxruntime
microsoft/onnxruntime: 是一个用于运行各种机器学习模型的开源库。适合对机器学习和深度学习有兴趣的人,特别是在开发和部署机器学习模型时需要处理各种不同框架和算子的人。特点是支持多种机器学习框架和算子,包括 TensorFlow、PyTorch、Caffe 等,具有高性能和广泛的兼容性。
项目地址:https://gitcode.com/gh_mirrors/on/onnxruntime
免费下载资源
·
1.背景
在Windows10中安装好英伟达驱动、cuda、cudnn等资源,然后运行程序的时候,发现程序会在加载模型时崩溃。
经过一番查找后,得到输出的信息是说是缺少zlibwapi.dll。
这个问题是去年做的一个项目时发现的,忘记当时是怎么发现了,好像是命令行直接输出这个信息,但是现在复现不了。现在只能通过断点调试到问题出现在cudnn64_8里面。
2.查找资料
然后一通查找资料,发现别人也遇到过:
【windows11配置TensorRT,Error code 193】,他里面说是少了zlibwapi.dll,然后可以从这里【NVIDIA Deep Learning cuDNN Documentation】下载。
但是这个英伟达的链接的内容已经更新了,和他截图的内容已经不一样了。没事,从里面其实还是可以找到那个网址的:
https://zlib.net/
http://www.winimage.com/zLibDll/
3.原因
缺少了zlibwapi.dll
4.解决办法
这里直接给出下载zlibwapi.dll的地址:
x86:【zlib123dll.zip】
x64:【zlib123dllx64.zip】
把zlibwapi.dll下载下来之后,放在exe同级目录下就行了。
GitHub 加速计划 / on / onnxruntime
13.76 K
2.79 K
下载
microsoft/onnxruntime: 是一个用于运行各种机器学习模型的开源库。适合对机器学习和深度学习有兴趣的人,特别是在开发和部署机器学习模型时需要处理各种不同框架和算子的人。特点是支持多种机器学习框架和算子,包括 TensorFlow、PyTorch、Caffe 等,具有高性能和广泛的兼容性。
最近提交(Master分支:2 个月前 )
ac9c135b
### Description
OVEP development changes for ORT 1.21 Release
### Motivation and Context
Has critical bug fixes
Support for concurrency execution of models is enabled
Support for OV 2024.5
Memory optimizations for NPU platform
---------
Co-authored-by: jatinwadhwa921 <jatin.wadhwa@intel.com>
Co-authored-by: Ankit Maheshkar <ankit.maheshkar@intel.com>
Co-authored-by: sfatimar <sahar.fatima@intel.com>
Co-authored-by: saurabhkale17 <saurabh1.kale@intel.com>
Co-authored-by: TejalKhade28 <tejal.khade@intel.com>
Co-authored-by: Javier E. Martinez <javier.e.martinez@intel.com> 21 小时前
632a36a2
### Description
This change is to update the Gradle version within java project to 8.7,
it also upgrades the JAVA to 17. Gradle version from react-native was
also updated to 7.5 to make it compatible with changes from the Java
directory. However, the target java version remains the same. Java
version from these will be upgraded in a separated PR.
This is spited from #22206
### Motivation and Context
This is the first step to upgrade the react native version. 1 天前
更多推荐
已为社区贡献4条内容
所有评论(0)