TensortRT – 转换模型出现Could not locate zlibwapi.dll. Please make sure it is in your library path!错误
1 TensortRT转换模型出现Could not locate zlibwapi.dll. Please make sure it is in your library path!错误
1.1 问题
今天在使用TensorRT转换onnx模型时出现了以下错误
[12/01/2022-09:03:28] [I] [TRT] Local timing cache in use. Profiling results in this builder pass will not be stored.
Could not locate zlibwapi.dll. Please make sure it is in your library path!
1.2 解决方案
查了一下,zlibwapi.dll
是压缩解压缩库Zlib
的windows上的dll,根据错误提示是没有找到这个库的dll,所以我们只需要下载Zlib的库放到TensorRT的bin目录下即可。
我们进入Zlib
的官网:http://www.winimage.com/zLibDll/,
参考上图,根据自己的系统版本是32位还是64位下载预编译好的windows库,然后解压缩,将其中的zlibwapi.dll
拷贝到TensorRT的bin目录下,重新执行模型转换即可。
本文作者:StubbornHuang
版权声明:本文为站长原创文章,如果转载请注明原文链接!
原文标题:TensortRT – 转换模型出现Could not locate zlibwapi.dll. Please make sure it is in your library path!错误
原文链接:https://www.stubbornhuang.com/2429/
发布于:2022年12月01日 9:16:25
修改于:2023年06月21日 17:48:23
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。
评论
50