切换国内镜像:
Anaconda 安装包可以到 https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ 下载。
使用Anaconda 国内仓库的镜像,运行以下命令,即可添加 Anaconda Python 免费仓库。
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes
安装TensorFlow
Windows 下以管理员运行Anaconda Prompt:
conda install TensorFlow-gpu
本文介绍如何配置Anaconda使用清华大学镜像源,加速Python包的下载,并详细说明了在Windows环境下,通过AnacondaPrompt以管理员权限安装TensorFlow-gpu的具体步骤。

1万+

被折叠的 条评论
为什么被折叠?



