admin管理员组

文章数量:1122852

torch

划重点!!!!

torch-scatter  torch-sparse torch-cluster torch-spline-conv这些关联包要与torch版本匹配。

pip list查看版本

比如我的torch是1.13.0版本,那么我就装1.13.0 版本对应的那四个关联包,如下命令:

pip install torch-scatter -f .13.0+cpu.html
pip install torch-sparse -f .13.0+cpu.html
pip install torch-cluster -f .13.0+cpu.html
pip install torch-spline-conv -f .13.0+cpu.html
pip install torch-geometric

 

本文标签: torch