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

后端 未结 4 1301
甜味超标
甜味超标 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:12

    you can rebuild a GPU version from the source only if you have the 7.0 cuda libraries and the 6.5 cudnn libraries. this need to be updated by google, I think

提交回复
热议问题