python : cannot import tensorflow-gpu

后端 未结 1 1078
陌清茗
陌清茗 2021-01-03 09:22

I successfully created my tensorflow environment with Anaconda3 on my machine with the steps introduced on this link. But when I try to try to do :

>>&         


        
1条回答
  •  别那么骄傲
    2021-01-03 10:26

    you need to install CUDA library first, I would recommend to follow this link:

    https://gist.github.com/mjdietzx/0ff77af5ae60622ce6ed8c4d9b419f45

    UPDATE: for the Windows OS, please follow this approach:

    http://blog.nitishmutha.com/tensorflow/2017/01/22/TensorFlow-with-gpu-for-windows.html

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