解决:运行 tensorflow-gpu相关代码报错/缺少dll文件(无需修改tensorflow版本)

一、问题

在运行以下一些代码测试 gpu的时候报错了

# 代码1
print(tf.test.is_gpu_available())
# 代码2
import tensorflow as tf
a = tf.constant([1.0, 2.0, 3.0, 4.0, 5.0, 6.0], shape=[2, 3], name='a')
b = tf.constant([1.0, 2.0, 3.0, 4.0, 5.0, 6.0], shape=[3, 2], name='b')
c = tf.matmul(a, b)
sess = tf.Session(config=tf.ConfigProto(log_device_placement=True))

有如下的错误提示,在代码1中,gpu启动为false

2021-08-20 12:44:12.846291: W tensorflow/stream_executor/platform/default/dso_loader.cc:60] Could not load dynamic library 'cusolver64_10.dll'; dlerror: cusolver64_10.dll not found

2021-08-20 12:42:42.534915: W tensorflow/core/common_runtime/gpu/gpu_device.cc:1757] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.
Skipping registering GPU devices...

二、解决

1、下载dll

到链接里下载

https://pan.baidu.com/s/1kFGzdhhakMP4irRaXHUVnw

提取码:kfll

2、移动

放置在 C:\Windows\System 文件夹下

3、测试

再次运行代码

print(tf.test.is_gpu_available())

发现最终结果为True了

image-20210820130227982

参考链接:

tensorflow-gpu版本使用时报错,各种dll文件找不到

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值