tensorflow :No module named '_pywrap_tensorflow_internal'

前端 未结 1 719
花落未央
花落未央 2021-01-24 10:35

I tried to install tensorflow with the version of GPU , but always failed.

Computer system: win 10 professional

Graphics Card : Nvidia Quadro M2000M (I verify th

相关标签:
1条回答
  • 2021-01-24 11:29

    If you are installing Version 1.3.0 you need to use cuDNN 6 not 5.1. If you followed the instructions on the website then that might be why you're having the error as it's mistakenly listing 5.1 as the cuDNN version. But this issue is being tacked here if you're interested: https://github.com/tensorflow/tensorflow/issues/11784

    If you are still having issues then run this script and let me know the response. I will edit my answer to suit. --> mrry's Self-check Script

    0 讨论(0)
提交回复
热议问题