Win 10+Anaconda 環境下 tensorflow+keras 安裝指南

1 安裝環境 Win 十、Anaconda 3.6python

2 安裝步驟:windows

(1)在 anaconda 終端 Anaconda Prompt 中輸入:conda create -n tensorflow python=3.5app

【設置清華鏡像】在終端中輸入:conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/測試

conda config --set show_channel_urls yesurl

(2)安裝完成後,輸入:activate tensorflow 激活環境spa

(3)安裝 CPU 版本的 tensorflow 輸入:pip install tensorflowregexp

【使用 pip 清華鏡像方式安裝 python 包】安裝:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple  requestsip

升級:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade  requestsget

安裝 tensorflow:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ https://mirrors.tuna.tsinghua.edu.cn/tensorflow/windows/cpu/tensorflow-1.1.0-cp35-cp35m-win_amd64.whlrequests

清華 tensorflow 鏡像網連接:https://mirrors.tuna.tsinghua.edu.cn/tensorflow/ 

(4)在終端中測試:進入 python3.5,輸入:import tensorflow as tf 無報錯,即成功

在終端中exit()退出python,輸入 deactivate tensorflow 能夠退回到 python3.6 版本

(5)在 spyder 中使用 tensorflow:進入 anaconda navigator,點擊左側的 home,選擇 application on tensorflow,而後安裝界面中的 spyder

相關文章
相關標籤/搜索