tensorflow.python.framework.errors_impl.InternalError: Failed to create session.

最近在做用tensorflow训练自己的数据集,遇到了问题记录下来。
tensorflow.python.framework.errors_impl.InternalError: Failed to create session.
我刚才在运行训练网络的时候发现数据集使用错了,于是就在终端禁止了进程,后来就报这个错误,我才测应该是进程正在使用,于是我打开查看显卡使用情况

nvidia-smi

在这里插入图片描述发现确实又两个很大的进程在使用显卡,于是我尝试关闭指定进程,使用以下命令

kill -9 5963

格式为kill -9 <线程PID号>
在这里插入图片描述
然后再运行就解决了。

D:\anaconda3\envs\tensorflow-gpu\python.exe "E:\pythonProject\DDPG based Implentation\test.py" 2025-03-11 20:35:03.752771: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cudart64_100.dll'; dlerror: cudart64_100.dll not found 2025-03-11 20:35:05.432806: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library nvcuda.dll 2025-03-11 20:35:05.469185: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1618] Found device 0 with properties: name: NVIDIA GeForce RTX 3060 Laptop GPU major: 8 minor: 6 memoryClockRate(GHz): 1.282 pciBusID: 0000:01:00.0 2025-03-11 20:35:05.469426: I tensorflow/stream_executor/platform/default/dlopen_checker_stub.cc:25] GPU libraries are statically linked, skip dlopen check. 2025-03-11 20:35:05.469602: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1746] Adding visible gpu devices: 0 2025-03-11 20:35:05.470016: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 2025-03-11 20:35:05.472328: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1618] Found device 0 with properties: name: NVIDIA GeForce RTX 3060 Laptop GPU major: 8 minor: 6 memoryClockRate(GHz): 1.282 pciBusID: 0000:01:00.0 2025-03-11 20:35:05.472592: I tensorflow/stream_executor/platform/default/dlopen_checker_stub.cc:25] GPU libraries are statically linked, skip dlopen check. 2025-03-11 20:35:05.472764: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1746] Adding visible gpu devices: 0 Traceback (most recent call last): File "E:\pythonProject\DDPG based Implentation\test.py", line 3, in <module> sess = tf.compat.v1.Session() File "D:\anaconda3\envs\tensorflow-gpu\lib\site-packages\tensorflow_core\python\client\session.py", line 1585, in __init__ super(Session, self).__init__(target, graph, config=config) File "D:\anaconda3\envs\tensorflow-gpu\lib\site-packages\tensorflow_core\python\client\session.py", line 699, in __init__ self._session = tf_session.TF_NewSessionRef(self._graph._c_graph, opts) tensorflow.python.framework.errors_impl.InternalError: cudaGetDevice() failed. Status: cudaGetErrorString symbol not found.
最新发布
03-12
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值