关于tensorflow:win10系统-Anaconda安装tensorflow1140cpu版本

1.conda设置国内源,放慢下载速度,不然速度会十分慢

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/

conda config --set show_channel_urls yes

2.创立python3.6版本的虚拟环境

conda create -n tf114 python=3.6

3.进入tf114环境

conda activate tf114

4.用conda装置tensorflow

conda install tensorflow=1.14.0

5.参考文献

通过Anaconda3装置Tensorflow 1.15.0 记录

6.总结

过程十分快,大略10-20分钟。
我的conda版本是4.12.0

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理