上传者: 38737630
|
上传时间: 2021-05-30 22:44:01
|
文件大小: 24KB
|
文件类型: PDF
1.配置清华镜像
在Anaconda Prompt中运行:
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
2.安装TensorFlow
conda create -n -tf2 tensorflow
查看是否安装成功
c