一、添加镜像源,这样安装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是这条命令安装的版本,安装其他版本只需换成对应版本号
(如果下载失败了再试一次)
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)