tensorflow.python.framework.errors_impl.InternalError: Blas GEMM launch failed问题解决思路之一

在尝试使用TensorFlow进行数字识别时遇到`tensorflow.python.framework.errors_impl.InternalError: Blas GEMM launch failed`错误。问题可能是由于GPU占用或版本不匹配导致。尝试了网上的一些解决方案,如修改代码,但提示失败。最终发现是缺少CUDA相关文件,通过复制并重命名文件(cublas64_100.dll、cusolver64_100.dll、cudart64_100.dll)解决了问题,这为遇到相同问题的人提供了一种解决思路。
摘要由CSDN通过智能技术生成

运行tensorflow时出现tensorflow.python.framework.errors_impl.InternalError: Blas GEMM launch failed这个错误
运行tensorflow时出现tensorflow.python.framework.errors_impl.InternalError: Blas GEMM launch failed这个错误,查了一下说是gpu被占用了,从下面这里开始出问题的:

2019-10-17 09:28:49.495166: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1304] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 6382 MB memory) -> physical GPU (device: 0, name: GeForce GTX 1070, pci bus id: 0000:01:00.0, compute capability: 6.1)
(60000, 28, 28) (60000, 10)
2019-10-17 09:28:51.275415: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cublas64_100.dll'; dlerror: cublas64_100.dll not found

在这里插入图片描述
最后显示的问题:

评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值