赞
踩
安装torch-scatter和torch-cluster报错:pip install torch-cluster
找到自己torch和cuda的版本,修改代码即可正确运行:
pip install --no-index torch-scatter -f https://pytorch-geometric.com/whl/torch-1.12.1+cu113.html
pip install --no-index torch-cluster -f https://pytorch-geometric.com/whl/torch-1.12.1+cu113.html
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。