TensorFlow GUP安装

1.先安装anaconda3python

2.给anaconda 添加国内镜像url

@1.code

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes

 @2.修改.condarc文件tensorflow

打开,C:\Users\Administrator\.condarc,改为如图所示下载

3.安装TensorFlow GPU版channel

conda install tensorflow-gpuim

这一步会下载cudn,cuda等依赖库img

 

 

 

conda create -n tensorflow python=3.5文件

  1. activate tensorflow  
  2. deactivate tensorflow  
相关文章
相关标签/搜索