Which TensorFlow and CUDA version combinations are compatible?

后端 未结 6 792
慢半拍i
慢半拍i 2020-11-22 13:07

I have noticed that some newer TensorFlow versions are incompatible with older CUDA and cuDNN versions. Does an overview of the compatible versions or even a list of officia

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-22 13:23

    You can use this configuration for cuda 10.0 (10.1 does not work as of 3/18), this runs for me:

    • tensorflow>=1.12.0
    • tensorflow_gpu>=1.4

    Install version tensorflow gpu:

    pip install tensorflow-gpu==1.4.0
    

提交回复
热议问题