tensorflow failed call to cuInit: CUDA_ERROR_UNKNOWN

Tensorflow 之前使用GPU还是好好的,但是今天突然发现不了GPU设备了,同事在执行

tf.Session() 的时候抛出下面的错误:

tensorflow/stream_executor/cuda/cuda_driver.cc:406 failed call to cuInit: CUDA_ERROR_UNKNOWN

具体解决方案参考我在 StackOverflow 的 Answer: failed call to cuInit: CUDA_ERROR_UNKNOWN

附:
Tensorflow-GPU 详细安装及开发环境搭建

猜你喜欢

转载自blog.csdn.net/xy707707/article/details/80873432