Tensorflow GPU设备“;无法获取设备属性";

Tensorflow GPU设备“;无法获取设备属性";,tensorflow,gpu,Tensorflow,Gpu,当我使用Python Tensorflow中的深度学习模型运行session.run()时,出于某种原因,我得到以下错误: E tensorflow/core/grappler/clusters/utils.cc:87] Failed to get device properties, error code: 30 Failed to initialize GPU device #0: unknown error \tensorflow/core/kernels/conv_2d_gpu.h:

当我使用Python Tensorflow中的深度学习模型运行session.run()时,出于某种原因,我得到以下错误:

E tensorflow/core/grappler/clusters/utils.cc:87] Failed to get device properties, error code: 30

Failed to initialize GPU device #0: unknown error

\tensorflow/core/kernels/conv_2d_gpu.h:441] Non‑OK‑status: 

CudaLaunchKernel(ShuffleInTensor3Simple, config.block_count, config.thread_per_block, 0, d.stream(), config.virtual_thread_count, in.data(), combined_dims, out.data()) status: Internal: invalid configuration argument
我使用的是一台Windows笔记本电脑,既有集成的Intel图形卡,也有NVIDIA GeForce GTX 1050 GPU。我也在使用tensorflow gpu 1.14.0

有时候,如果这个错误没有出现,我的Spyder IDE中的内核会重新启动,然后停止工作。如果不是,我从
会话.run()得到的结果是完全错误的


任何想法都将不胜感激

通过更新我的NVIDIA GPU图形驱动程序,我实际上能够解决这个问题。现在它开始工作了