tensorflow安装

tensorflow安装,第1张

一、添加镜像源,这样安装tensorflow的时候会更快
1、conda config --add channels shttps://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
2、conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
3、conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
4、conda config --set show_channel_urls yes

2、然后安装tensorflow
根据python版本安装安装tensorflow
如果图中没有可以网上搜对应版本,如何和自己的python版本不同可以先建一个虚拟环境,装一个符合条件的python版本

pip install tensorflow-gpu==2.2.0 -i https://pypi.douban.com/simple/

其中的2.2.0是这条命令安装的版本,安装其他版本只需换成对应版本号
(如果下载失败了再试一次)

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/757191.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-04-30
下一篇 2022-04-30

发表评论

登录后才能评论

评论列表(0条)

保存