张量流错误CUDA驱动程序版本不足于CUDA运行时版本

时间:2018-08-14 06:06:49

标签: python tensorflow cuda

我收到错误消息:

x[0:0] <- NA    # same as x[0] <- NA and does nothing
x[0:1] <- NA    # same as x[1] <- NA
x[0:2] <- NA    # same as x[1:2] <- NA, etc.

在以下环境中进行操作。

  • Tesla K80 GPU机器
  • Ubuntu 16.04
  • CUDA 9.0
  • cudnn7 = 7.1.4.18
  • Python 3.6.6
  • tensorflow 1.10

有人可以帮我吗?

1 个答案:

答案 0 :(得分:3)

您需要更新GPU驱动程序。 CUDA 9.0需要驱动程序版本384.XX。

参见此处:What is version of cuda for nvidia 304.125