- torch_scatter与torch、cuda以及python的版本相对应,因此在安装torch_scatter时需要注意版本对应关系。根据版本对应关系查找对应的whl。这里给出查询的网址:
torch_scatter安装相关的wheel - 然后使用pip install xxxx.whl进行安装
- 笔者在根据torch、cuda、python版本安装对应的torch_scatter仍上述错误,原因是对应的torch_scatter有多个版本,安装旧版本报错,然后安装较新版本则没有报错:
NameError: name ‘torch_scatter‘ is not defined
最新推荐文章于 2024-04-17 21:16:49 发布