torch_geometric有许多相依赖的包,想要运行与torch_geometric有关的代码,必须要安装以下依赖的包: (1)torch_sparse (2)torch_scatter (3)torch_cluster 我所遇到的问题:安装torch_geometric后,安装torch_sparse时出现大量报错,搜索资料有原因是这四个库的版本不匹配,多数建议如下: (参考:https://blog.csdn.net/Au...
安装torch-geometric之前,首先要确保torch已经安装上。其次安装torch-geometric之前还需要先安装依赖库torch-...
跑图神经网络,需要安装torch_geometric库以及所需依赖 pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv 但是手动安装时并未提供支持aarch64架构的whl包(https://data.pyg.org/whl/torch-1.11.0%2Bcpu.html),不知道有没有什么可行的解决方案热心...