最近看到消息,Googlle的tensorflow1.5发布了——
更新后的tensorflow最重要的points对我来说是支持cuda9和cudnn7,具体还有其他的改变见github吧:
https://github.com/tensorflow/tensorflow/releases
或者看这篇文章:https://news.cnblogs.com/n/586539/
很多功能没用过,没接触过,没懂过(哈哈哈哈哈~~~),下面开始安装的教程吧:
Anaconda对应Python版本:python3.6.3
Cuda:9.0
cudnn:7
tensorflow版本:1.5
1、使用anaconda自带的pip安装工具进行安装,输入命令:
pip install tensorflow-gpu==1.5rc1 --user
2、在输入下面命令后,遇到了这个问题:<