1. 首页
  2. 数据库
  3. 其它
  4. CPU版本TensorFlow安装

CPU版本TensorFlow安装

上传者: 2021-05-22 02:21:15上传 PDF文件 24KB 热度 20次
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
下载地址
用户评论