import tensorflow: DLL load failed: The specified module could not be found.
environment: Win10+ GTX960M + CUDA9.0 + Cudnn7.0 + tensorflow 1.13
CUDA 9.0 does not support tensorflow-gpu 1.13 or above, which needs to be downgraded to 1.12
solution:
pip unistall tensorflow-gpu
pip install tensorflow-gpu==1.12.0
div>
Read More:
- tensorflow import error: DLL load failed: The specified module could not be found (DLL load failed: The specified module could not be found)
- After tensorflow installation, an error occurred while importing: importerror: DLL load failed: the specified module could not be found
- Tensorflow import error: DLL load failed: the specified module could not be found
- Importerror using tensorflow: DLL load failed: the specified program cannot be found
- ImportError: DLL load failed while importing xxx: The specified program could not be found.
- from ._ NNLS import NNLS importerror: DLL load failed: the specified module was not found.
- Sdl2 – importerror: DLL load failed: the specified module was not found.
- OpenCV3.1 + Python2.7 error “DLL load failed: The specified module could not be found”
- Python’s importerror: DLL load failed: the specified module was not found and the problem was solved
- vscode import numpy error:DLL load failed: The specific module could not be found
- Python import GDAL failed: DLL load failed. The specified module cannot be found.
- Windows10解决ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed
- Python error: importerror: DLL load failed: unable to find the specified module solution
- Jumper notebook, import numpy, prompt “importerror: DLL load failed: unable to find the specified module”
- How to solve “import cv2 failed ImportError: DLL load fail: Cannot find the specified module” in Anaconda environment
- DLL load failed: The specified procedure could not be found
- Finally solved the importError: DLLload failed: the specified module could not be found when import matplotlib.pyplot
- Importerror: DLL load failed while importing win32gui: 1 is not a valid Win32 Application.
- Ctypes loading DLL error oserror: [winerror 126] the specified module could not be found
- Error loading Python DLL ‘python36.dll’. LoadLibrary: The specified module could not be found.