【问题标题】:how to install Tensorrt in windows 10如何在 Windows 10 中安装 Tensorrt
【发布时间】:2020-06-25 20:25:30
【问题描述】:

我安装了 Tensorrt zip 文件,我正在尝试安装 tensorrt,但它显示一些缺少的 dll 文件错误。我是新手,了解如何使用 tensorrt 和 CUDA 引擎。如何使用 C++ API 转换成 CUDA 引擎。作为参考,我也附上截图。

请有人帮助我。enter image description here

【问题讨论】:

  • 欢迎来到stackoverflow,您的问题看起来有点难以回答,请联系tour

标签: python-3.x tensorflow tensorrt


【解决方案1】:

我认为您没有将 /lib 添加到 PATH 中。

您应该将 /TensorRT-x.x.x.x/lib/ 添加到 PATH 或将文件夹中的所有文件移动到您的 CUDA 文件夹(/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v.x.x/bin/)。

有关安装指南的更多信息: https://docs.nvidia.com/deeplearning/tensorrt/install-guide/index.html

【讨论】:

    猜你喜欢
    • 2020-01-16
    • 2018-11-10
    • 2022-11-03
    • 2018-10-31
    • 2019-03-26
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多