Cannot import Tensorflow for GPU on Windows 10

后端 未结 9 1780
被撕碎了的回忆
被撕碎了的回忆 2020-11-27 08:16

Trying to install the gpu version of Tensorflow on my machine, but I\'m getting this error when trying \'import tensorflow\'


ImportError

9条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-27 08:22

    This is what worked for me. I referred to the Tensorflow website to find the currently supported CudaNN version. When I solved my issue, it was CudaNN 6.x. The latest version, in my case 7 DLL is not loaded by tensorflow, and if you try to rename it, it causes memory errors.

提交回复
热议问题