最近在玩深度学习,需要安装tensorflow_gpu,开始安装cuda10+tensoflow_gup==1.13.0,但是失败了,后来查资料才知道tensorflow目前还没有支持到cuda 10。特此记录下:

linux下的版本对应关系:

Tensorflow、CUDA与cudnn 的版本对应关系

windows下的版本对应关系:

Tensorflow、CUDA与cudnn 的版本对应关系

tensorflow指定版本安装命令:

pip install tensorflow_gpu==1.12.0

CUDA与cudnn下载地址

CUDA 下载地址:下载地址

cudnn 下载地址:下载地址

相关文章:

  • 2021-05-07
  • 2022-12-23
  • 2022-12-23
  • 2021-08-19
  • 2021-10-20
  • 2021-11-06
  • 2021-06-05
猜你喜欢
  • 2022-12-23
  • 2021-07-13
  • 2022-12-23
  • 2021-10-07
  • 2021-11-24
  • 2021-11-04
  • 2021-11-14
相关资源
相似解决方案