pytorch环境搭建

pytorch环境搭建:

pip以下内容即可

可以将以下文件存在txt中,先到requirements目录下,然后用pip install -r requirements.txt:

astroid==2.3.3
autopep8==1.5.4
certifi==2020.12.5
click==7.1.2
colorama==0.4.3
cycler==0.10.0
dataclasses==0.8
isort==4.3.21
kiwisolver==1.3.1
lazy-object-proxy==1.4.3
matplotlib==3.3.1
mccabe==0.6.1
numpy==1.19.5
opencv-python==4.2.0.32
pandas==1.1.5
Pillow==8.2.0
pycodestyle==2.6.0
pylint==2.4.4
pyparsing==2.4.7
PyQt5==5.13.0
PyQt5-sip==12.7.2
pyqt5-tools==5.13.0.1.5
python-dateutil==2.8.1
python-dotenv==0.17.0
pytz==2021.1
six==1.14.0
toml==0.10.1
torch==1.8.1
torchvision==0.9.1
typed-ast==1.4.1
typing-extensions==3.7.4.3
wincertstore==0.2
wrapt==1.11.2
 

你可能感兴趣的:(机器学习,pytorch,人工智能)