Mac系統安裝miniconda搭建深度學習環境

2021-10-07 21:53:18 字數 2166 閱讀 9690

miniconda的官網:

執行:vim .condarc,將以下內容複製到.condarc檔案中

vim操作命令請參考:

指令:conda create -n tf2 python=3.6 -y

指令:conda env list

指令:source activate tf2

指令:pip install numpy,安裝numpy

pip install numpy -i ""
退出虛擬環境

指令:conda deactivate

numpy==

1.16

.0pandas

matplotlib

opencv-python

opencv-contrib-python

pillow

sklearn

scipy==

1.4.1

jupyter

absl-py==

0.7notebook

tensorflow==

2.3tensorflow_datasets

torch==

1.6.0

torchvision==

0.7.0

-i""

建立乙個txt檔案,命名為requirements.txt

此圖只作為參考

wq退出並儲存

在終端執行指令:pip install -r requirements.txt

舉例說明,缺少什麼函式庫,就安裝什麼即可,如下圖所示:

指令:conda remove -n tf2 --all

此操作了解即可,不必操作,一般是不會刪除虛擬環境的

Mac系統安裝Lua

1.開啟終端 2.curl r o 3.tar zxf lua 5.3.4.tar.gz 4.cd lua 5.3.4 5.make machos test 6.sudo make install 會要求你輸入密碼,你的電腦登入密碼,安裝完成後輸入 lua v回車顯示 表示安裝成功。這裡說明一下第六...

MAC系統安裝opencv

homebrew簡稱brew,是mac osx上的軟體包管理工具,能在mac中方便的安裝軟體或者解除安裝軟體,可以說就是mac下的apt get yum神器。homebrew的安裝非常簡單,開啟終端複製 貼上以下命令,回車就可以了 ruby e curl fssl 安裝過的童鞋就不用再安了,如果安裝...

Mac系統安裝xgboost

abstract xgboost 是大規模並行boosted tree的工具,本文是關於在mac系統下如何安裝xgboost。extreme gradient boosting xgboost是大規模並行boosted tree的工具,它是目前最快最好的開源boosted tree工具包,比常見的工...