Could not load dynamic library ‘cusolver64_10.dll‘; dlerror: cusolver64_10.dll not found

  1. 问题
  2. 解决方法
    1. 安装cuda 及cudnn
    2. 安装  tensorflow-gpu
    3. 下载对应所缺失的 xx.dll文件放到 拷贝到C盘的Windows/System32
  3. 如果还出现如下问题, 则重新单独配置相应xx.dll文件,复制到Windows/System32文件夹中
    1. 下载路径参考https://blog.csdn.net/yijiancmy/article/details/105588156
  4. 结果, 检查GPU加载成功
    1. import tensorflow as tf
      tf.test.is_gpu_available()
       
      1. Could not load dynamic library ‘cusolver64_10.dll‘; dlerror: cusolver64_10.dll not found_第1张图片

   

你可能感兴趣的:(python,tensorflow)