TensorFlow on Windows: “Couldn't open CUDA library cudnn64_5.dll”

后端 未结 12 2043
渐次进展
渐次进展 2021-01-01 17:35

Tensorflow just released windows support. I installed the gpu version and CUDA 8.0 and python 3.5. However, after I import the tensorflow I got the following error:

12条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-01 17:56

    Tried pip3 install --upgrade tensorflow after tensorflow-gpu and it worked fine.

    I think it's an issue only when trying pip3 install --upgrade tensorflow-gpu directly.

提交回复
热议问题