TensorFlow on Windows: ImportError: No module named '_pywrap_tensorflow_internal'

前端 未结 3 1271
没有蜡笔的小新
没有蜡笔的小新 2021-01-05 07:13

I am trying to make TensorFlow work on Windows. But after installation of Python 3.5 and TensorFlow, I keep getting the following error when I import the TensorFlow module:<

3条回答
  •  渐次进展
    2021-01-05 08:00

    Thanks, your tool was awesome. Turns out my CUDA 8.0 install had a slightly older version of cudnn64_5.dll instead of cudnn64_6.dll.

提交回复
热议问题