Could not load dynamic library 'cudart64_101.dll' on tensorflow CPU-only installation

前端 未结 13 1601
隐瞒了意图╮
隐瞒了意图╮ 2020-11-28 04:02

I just installed the latest version of Tensorflow via pip install tensorflow and whenever I run a program, I get the log message:

W tenso

13条回答
  •  清酒与你
    2020-11-28 04:41

    Tensorflow 2.1 works with Cuda 10.1.

    If you want a quick hack:

    • Just download cudart64_101.dll from here. Extract the zip file and copy the cudart64_101.dll to your CUDA bin directory

    Else:

    • Install Cuda 10.1

提交回复
热议问题