AI常用环境安装

 

conda create --name py37 python=3.7

conda activate py37

pip install jieba==0.42.1
pip install pandas==1.2.4
pip install pydot==1.3.0
pip install pydotplus==2.0.2
pip install pyplotz==0.24
pip install pyspark==2.2.1
pip install scikit-learn==0.24.2
pip install termcolor==1.1.0
pip install tqdm==4.61.1
pip install xgboost==1.4.2

 

torch的ubantu环境

pip3 install torch torchvision torchaudio

 

conda install pyqt
pip install opencv-python==4.1.2.30

 

AI常用环境安装

上一篇:Building deep retrieval models


下一篇:pytorch code导入数据集(训练集、测试集)