Tensorflow install on Windows Error

后端 未结 4 1904
一向
一向 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:27

    you can find cudnn64_5.dll file inside "cuda\bin"[this is cudnn-8.0-windows7-x64-v5.1_4 zip extraction folder].Then copy above file into "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin". This is work for Python 3.5 bit 64 version and Windows 7 bit 64 environment

提交回复
热议问题