No Module Named '_pywrap_tensorflow_internal'

前端 未结 10 1553
自闭症患者
自闭症患者 2020-12-03 17:23

While trying to validate the installation of tensorflow-gpu, I get an ImportError when trying to execute \"import tensorflow as tf\". I am using a Quadro K620 on Windows 7.

10条回答
  •  温柔的废话
    2020-12-03 17:39

    After you install the CUDA Drivers you must download cuDNN and release it. After that you get to copy the cudnn64_5.dll to PATH.
    If that doesn't work, move the cudnn64_5.dll to NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin and try it again. Otherwise you'd meet some error that you see.

提交回复
热议问题