Error loading tensor flow - Could not find "cudart64_80.dll"

I am trying to import shadoworflow (with GPU) and keep getting the following error:

ImportError: Cannot find "cudart64_80.dll". TensorFlow requires this DLL to be installed in the directory that is specified in the% PATH% environment variable

Setup:

  • NVIDIA GTX 1080
  • CUDA Development Tool v8.0
  • cuDNN 6.0
  • tensorflow-gpu 1.4

Environment Variables:

  • CUDA_HOME: C: \ Program Files \ NVIDIA GPU Computing Toolkit \ CUDA \ v8.0
  • CUDA_PATH: C: \ Program Files \ NVIDIA GPU Computing Toolkit \ CUDA \ v8.0
  • CUDA_PATH_V8.0: C: \ Program Files \ NVIDIA GPU Computing Toolkit \ CUDA \ v8.0

I also added the following to the% PATH% variable:

  • C: \ Program Files \ NVIDIA GPU Computing Toolkit \ CUDA \ v8.0 \ bin
  • C: \ Program Files \ NVIDIA GPU Computing Toolkit \ CUDA \ v8.0 \ libnvvp
  • C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\extras\CUPTI\libx64
  • C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\lib\x64

? cudart64_80.dll, , % PATH%?

.

+4
3

.

intellij pycharm, , .

+1

, 9.1, .

, "cudart64_90.dll", "cudart64_91.dll". , "" CUDA 9.1 9.0, . , .

+2

I just changed cudart64_90 to cudart64_80. It worked

0
source

Source: https://habr.com/ru/post/1690939/


All Articles