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  
相關文章
相關標籤/搜索