在Windows 安裝 TensorFlow 與Keras


4.3 建立TensorFlow的Anaconda虛擬環境
Step1. 建立工作目錄
md \pythonwork
cd \pythonwork
Step2. 建立anaconda 虛擬環境
conda create --name tensorflow python=3.5 anaconda
Step3. 啟動anaconda 虛擬環境
activate tensorflow
Step4. 關閉TensorFlow 的anaconda 虛擬環境
deactivate tensorflow
4.4 在Anaconda虛擬環境安裝TensorFlow與Keras
Step1. 啟動anaconda 虛擬環境
activate tensorflow
Step2. 安裝TensorFlow
pip install tensorflow
Step3. 安裝keras
pip install keras
4.5 啟動Jupyter Notebook
Step1. 啟動Jupyter Notebook
cd \pythonwork
activate tensorflow
jupyter notebook

此圖出自TnsorFlow官網 https://www.tensorflow.org/
Share on Google Plus

About kevin

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 意見:

張貼留言