Tensorflow on GPU

前端 未结 1 1053
执笔经年
执笔经年 2021-01-17 04:17

I\'ve been able to work with TensorFlow on CPU, Now I need to run it on a GPU device with the following specs:

CPU: Intel Xeon(E5-2670) and win7 64bit and N

相关标签:
1条回答
  • 2021-01-17 04:26
    1. CUDNN might be one of the reasons. cuDNN v6.0 does not work for many people. Try with cuDNN v5.1.
    2. Importing from inside GIT folder is also one of the reasons.

    Good to know 1 worked for you.

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