- 下載並安裝 Anaconda
- 執行以下的指令建立 Python 虛擬環境
conda create --name tensorflow python=3.5 anaconda
- 啟用虛擬環境
activate tensorflow
- 安裝 Tensorflow
pip install tensorflow
- 此時想再使用 pip 會出錯 [1],要先以下述指令強制重新安裝 html5lib
conda install --force html5lib
- 安裝 keras
pip install keras
Software entities (class, modules, functions, etc.) should be open for extension, but closed for modification. Junior programmers create simple solutions to simple problems. Senior programmers create complex solutions to complex problems. Great programmers find simple solutions to complex problems. 註1:本部落格的範例程式碼在 2015 年以前的文章中,大多是以全型空白做縮排。如需服用,請自行用文字編輯器的取代功能把全型空白取代成半型空白。
- Bertrand Meyer
- Charles Connell
註2:本部落格的內容授權請參閱部落格底部的授權宣告。
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言