ImportError: DLL load failed: The specified module could not be found

316 단어
import tensorflow 오류: Import Error: DLL load failed: The specified module could not be found.환경: Win10+ GTX960M + CUDA9.0 + Cudnn7.0 + tensorflow 1.13
이유: CUDA 9.0은 tensorflow-gpu 1.13 이상을 지원하지 않으므로 1.12 솔루션으로 다운그레이드해야 합니다.
pip unistall tensorflow-gpu
pip install tensorflow-gpu==1.12.0

좋은 웹페이지 즐겨찾기