where is the ./configure of TensorFlow and how to enable the GPU support?

后端 未结 4 1299
甜味超标
甜味超标 2021-02-13 15:38

When installing TensorFlow on my Ubuntu, I would like to use GPU with CUDA.

But I am stopped at this step in the Official Tutorial :

Where exactly is t

4条回答
  •  难免孤独
    2021-02-13 16:14

    For your second question: Do you have a compatible GPU (NVIDIA compute capability 3.5 or higher) installed, and do you have CUDA 7.0 + cuDNN installed as per the instructions? That's the most likely reason you're seeing a failure. It could be a cuda install problem if the answer is yes. Do you see your GPU listed when you run nvidia-smi? If not, you need to get that fixed first. This may require getting a newer driver and/or re-running nvidia-xconfig, etc.

提交回复
热议问题