Tensorflow install on Windows Error

后端 未结 4 1917
一向
一向 2020-12-12 01:56

Tensorflow is now available on Windows:

 https://developers.googleblog.com/2016/11/tensorflow-0-12-adds-support-for-windows.html

I used pip

4条回答
  •  伪装坚强ぢ
    2020-12-12 02:21

    IF you are installing the GPU version please make sure you have following on your system:

    • CUDA® Toolkit 9.0. For details, see NVIDIA's documentation Ensure that you append the relevant Cuda pathnames to the %PATH% environment variable as described in the NVIDIA documentation.
    • The NVIDIA drivers associated with CUDA Toolkit 9.0.
    • cuDNN v7.0. For details, see NVIDIA's documentation. Note that cuDNN is typically installed in a different location from the other CUDA DLLs. Ensure that you add the directory where you installed the cuDNN DLL to your %PATH% environment variable.
    • GPU card with CUDA Compute Capability 3.0 or higher for building from source and 3.5 or higher for our binaries. See NVIDIA documentation for a list of supported GPU cards.

提交回复
热议问题