Don’t panic in case of data tilt, teach you to easily obtain the slope of table tilt>>>
There are many problems in installing tensorflow GPU today
1. The download of PIP install tensorflow GPU is too slow
the solution can be found in the common Python machine learning modules
2. After installing tensorflow, importerror will appear: could not find ‘cudart64’_ 90. DLL ‘
solution: in https://developer.nvidia.com/cuda-toolkit When downloading CUDA 9.0, you must download the corresponding version and then install it.
generally, the default installation location is C:// program files/NVIDIA GPU computing toolkit/CUDA/v9.0
CUDA_ PATH_ V9_ 0 = C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0
CUDA_ SDK_ PATH = C:\ProgramData\NVIDIA Corporation\CUDA Samples\v9.0
CUDA_ LIB_ PATH = %CUDA_ PATH%\lib\x64
CUDA_ BIN_ PATH = %CUDA_ PATH%\bin
CUDA_ SDK_ BIN_ PATH = %CUDA_ SDK_ PATH%\bin\win64
CUDA_ SDK_ LIB_ PATH = %CUDA_ SDK_ PATH%\common\lib\x64
3. After installing CUDA 9.0, it still appears: importerror: could not find ‘cudnn64’_ 7. DLL ‘
solution: in https://developer.nvidia.com/cudnn Then download the corresponding version, unzip the file, and add D:: (cudnn-9.2-windows10-x64-v7.1) CUDA bin to cudnn64_ 7. The DLL file is copied to C:// program files/NVIDIA GPU computing toolkit/CUDA/v9.0/bin, and it’s done.
— –
Author: Yao Xianxian
source: CSDN
original text: https://blog.csdn.net/u011311291/article/details/81393933
Copyright notice: This article is the original article of the blogger, please attach the blog link if you reprint it
Similar Posts:
- InternalError: cudaGetDevice() failed. Status: CUDA driver version is insufficient for CUDA runti…
- Tensorflow encountered importerror: could not find ‘cudart64_ 100. DLL ‘error resolution
- ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory [Solved]
- RuntimeError: cuda runtime error (30) : unknown errorr
- 「ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory」
- [Solved] Error caused by correspondence between tensorflow GPU version number and CUDA
- [Solved] Could not create cudnn handle: CUDNN_STATUS_INTERNAL_ERROR
- [Solved] ImportError: libcublas.so.9.0: cannot open shared object file: No such file
- [Solved] Apt-get -f install Error: No apport report written because MaxReports is reached already Errors were…
- ImportError: DLL load failed: The specified module could not be found