conda及其TensorFlow安裝及入門
安裝conda,安裝Miniconda3-latest-Linux-x86_64.sh就行了,命令如下(兩步):
#第一步,安裝minconda
sh Miniconda3-latest-Linux-x86_64.sh
#接下來next-->yes-->yes
#第二步,啟用
source .bashrc
#第三步,安裝TensorFlow
conda install tensorflow-gpu #gpu版本
conda install tensorflow #cpu版本
ps:
安裝module
conda install modulename
未完待續。。