• Couldn't open CUDA library cublas64_80.dll etc. tensorflow-gpu on windows


    I c: f_jenkinshomeworkspace elease-windevicegpuoswindows ensorflowstream_executordso_loader.cc:119] Couldn't open CUDA library cublas64_80.dll
    I c: f_jenkinshomeworkspace elease-windevicegpuoswindows ensorflowstream_executorcudacuda_blas.cc:2294] Unable to load cuBLAS DSO.
    I c: f_jenkinshomeworkspace elease-windevicegpuoswindows ensorflowstream_executordso_loader.cc:128] successfully opened CUDA library cudnn64_5.dll locally
    I c: f_jenkinshomeworkspace elease-windevicegpuoswindows ensorflowstream_executordso_loader.cc:119] Couldn't open CUDA library cufft64_80.dll
    I c: f_jenkinshomeworkspace elease-windevicegpuoswindows ensorflowstream_executorcudacuda_fft.cc:344] Unable to load cuFFT DSO.
    I c: f_jenkinshomeworkspace elease-windevicegpuoswindows ensorflowstream_executordso_loader.cc:128] successfully opened CUDA library nvcuda.dll locally
    I c: f_jenkinshomeworkspace elease-windevicegpuoswindows ensorflowstream_executordso_loader.cc:119] Couldn't open CUDA library curand64_80.dll
    I c: f_jenkinshomeworkspace elease-windevicegpuoswindows ensorflowstream_executorcudacuda_rng.cc:338] Unable to load cuRAND DSO.

    先安装了tensoflow其次安装了cuda8.0和cudnn5.0,出现了这样的问题,

    解决办法:再重新安装tensorflow

    cudnn5.0的安装:

    (1)、解压缩:会生成cuda/include、cuda/lib、cuda/bin三个目录;

    (2)、分别将cuda/include、cuda/lib、cuda/bin三个目录中的内容拷贝到C:Program FilesNVIDIA GPU Computing ToolkitCUDAv8.0对应的include、lib、bin目录下即可。

  • 相关阅读:
    接口的显示实现和隐式实现
    Math.Round和四舍五入
    经典SQL语句大全(转)
    简明添加log4net到项目中
    NAnt学习笔记(3) Properties, Loggers & Listeners
    (转)Groupon前传:从10个月的失败作品修改,1个月找到成功
    Pyramid中如何配置多种URL匹配同一个View
    《IT项目管理》读书笔记(4) —— 项目范围管理
    C#语法糖
    枚举类型转换成字符串
  • 原文地址:https://www.cnblogs.com/xia-Autumn/p/6245960.html
Copyright © 2020-2023  润新知