pytorch 配置

安装Anaconda 之后配置 pytorch

pytorch配置:

yaml file:

name: pytorchenv
channels:
  - pytorch
  - defaults
dependencies:
  - numpy=1.16.2
  - pandas=0.24.2
  - matplotlib=3.0.3
  - pillow=5.4.1
  - pip=19.0
  - plotly=3.7.0
  - scikit-learn=0.20.3
  - seaborn=0.9.0
  - python=3.7.3
  - jupyter=1.0.0
  - pytorch=1.9.0
  - torchvision=0.10.0

conda env create -f name.yaml

Previous PyTorch Versions | PyTorch

你可能感兴趣的:(pytorch,人工智能,python)