Pytorch1.5.1 cuda10.2 python3.7安装torch-geometric1.5.0

Pytorch1.5.1 cuda10.2 python3.7安装torch-geometric1.5.0

  • 安装步骤


安装步骤

pip install --no-index torch-scatter -f https://pytorch-geometric.com/whl/torch-1.5.0+cu102.html

Pytorch1.5.1 cuda10.2 python3.7安装torch-geometric1.5.0_第1张图片

pip install --no-index torch-sparse -f https://pytorch-geometric.com/whl/torch-1.5.0+cu102.html

Pytorch1.5.1 cuda10.2 python3.7安装torch-geometric1.5.0_第2张图片

pip install --no-index torch-cluster -f https://pytorch-geometric.com/whl/torch-1.5.0+cu102.html

Pytorch1.5.1 cuda10.2 python3.7安装torch-geometric1.5.0_第3张图片

pip install --no-index torch-spline-conv -f https://pytorch-geometric.com/whl/torch-1.5.0+cu102.html

Pytorch1.5.1 cuda10.2 python3.7安装torch-geometric1.5.0_第4张图片

pip install torch-geometric==1.5.0

Pytorch1.5.1 cuda10.2 python3.7安装torch-geometric1.5.0_第5张图片
全部代码

pip install --no-index torch-scatter -f https://pytorch-geometric.com/whl/torch-1.5.0+cu102.html
pip install --no-index torch-sparse -f https://pytorch-geometric.com/whl/torch-1.5.0+cu102.html
pip install --no-index torch-cluster -f https://pytorch-geometric.com/whl/torch-1.5.0+cu102.html
pip install --no-index torch-spline-conv -f https://pytorch-geometric.com/whl/torch-1.5.0+cu102.html
pip install torch-geometric==1.5.0

你可能感兴趣的:(学习笔记,python,pytorch,深度学习)