python - Tensorflow GPU 无法加载动态库 'cusolver64_10.dll' ; dlerror : cusolver64_10. 找不到 dll

标签 python tensorflow gpu

当我跑

import tensorflow as tf 
tf.test.is_gpu_available(
    cuda_only=False, min_cuda_compute_capability=None
)
我收到以下错误
enter image description here

最佳答案

步骤 1

 Move to C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.2\bin
步骤 2
Rename file cusolver64_11.dll  To  cusolver64_10.dll 
enter image description here
 cusolver64_10.dll 
enter image description here

关于python - Tensorflow GPU 无法加载动态库 'cusolver64_10.dll' ; dlerror : cusolver64_10. 找不到 dll,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65608713/

相关文章:

python - 将 alpha 添加到现有的 matplotlib 颜色图

python - tensorflow 中的训练精度下降

python - OSX 上的 tar : Unrecognized archive format error when trying to unpack flower_photos. tgz、TF 教程

deep-learning - 无法在 Ubuntu 20.04 上安装 ROCm

python - 如何根据另一个列表对一个列表进行排序?

没有方法的Python模块包

python - 使用tensorflow猜数字

session - 在Tensorflow中,Session.partial_run和Session.run有什么区别?

TensorFlow 未检测到 GPU

CUDA - 为傻瓜使用 CURAND 库