【问题标题】:anaconda - downgrade the cudnn to be compatable with tensorflow 1.15anaconda - 将 cudnn 降级为与 tensorflow 1.15 兼容
【发布时间】:2020-04-10 12:17:59
【问题描述】:

我在我的 anaconda 环境中安装了 tensorflow 1.15 和 keras 2.3.1。此外,Windows 10 和 python 3.6。基于this,看来我需要cudnn 5。但conda 为我安装的是7.6.5。

当我尝试运行 conda install cudnn==5cudnn==5.1 时,我得到:

PackagesNotFoundError: The following packages are not available from current channels:

任何想法如何实现这一目标?

【问题讨论】:

  • Conda从未分发过 cudnn 版本 5。最旧的版本是 7.0.5,专为 CUDA 8 构建。您可以使用 conda 本身查看可用的内容

标签: tensorflow anaconda


【解决方案1】:

你必须有 miniconda2 == 4.5.4 版本

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-03-15
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多