我是靠谱客的博主 默默电话,最近开发中收集的这篇文章主要介绍win10 + tensorflow GPU 1.4+cuda 8.0.44+cudnn V6.0,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

step 1:

安装 Anaconda3-4.2.0(Python3.5):

链接:https://pan.baidu.com/s/1g8NzXVfbVBx_KQFo6frmoQ
提取码:lx19

step 2:

安装cuda 8.0.44
链接:https://pan.baidu.com/s/1_z6LcillumlpQO4MlTV15g
提取码:2gyu

step 3:

用cudnn中解压的文件覆盖cuda中相应的文件
链接:https://pan.baidu.com/s/1q_h02FUwRposheW0qj7NSg
提取码:0fhi

cuda默认安装路径: C:Program FilesNVIDIA GPU Computing ToolkitCUDAv8.0

在这里插入图片描述

step 4:

在Anaconda中安装:
pip install tensorflow-gpu==1.4.0

完成!!!!

测试一下

import tensorflow as tf
hello = tf.constant("hello world")
with tf.Session() as sess:
	print(sess.run(hello))

最后

以上就是默默电话为你收集整理的win10 + tensorflow GPU 1.4+cuda 8.0.44+cudnn V6.0的全部内容,希望文章能够帮你解决win10 + tensorflow GPU 1.4+cuda 8.0.44+cudnn V6.0所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(89)

评论列表共有 0 条评论

立即
投稿
返回
顶部