Interpretable and Generalizable Graph Learning via Stochastic Attention Mechanism(GSAT)代码复现的几个坑

源代码地址:GitHub - Graph-COM/GSAT: [ICML 2022] Graph Stochastic Attention (GSAT) for interpretable and generalizable graph learning.

作者十分专业的给出了关键配置的版本要求,但是我在自己的机器上运行仍然出现了错误,特此记录,并希望能给其他同学一些帮助。

以下为本人测试之后可以运行的配置:

python-3.9.16
conda install -y pytorch==1.10.0 torchvision cudatoolkit=11.3 -c pytorch
pytorch-1.10.0
torchvision-0.11.1
cudatoolkit-11.3.1

pip install torch-scatter==2.0.9 torch-sparse== 0.6.13 torch-cluster== 1.6.0 torch-spline-conv==1.2.1 torch-geometric==2.0.3 -f https://data.pyg.org/whl/torch-1.10.0+cu113.html


pip install -r requirements.txt

出现的错误:

  1. pip install protobuf==3.20.0                                            //有可能出现版本过高,导致报错
  2. AttributeError: Can’t get attribute ‘DataEdgeAttr’         // dataset was processed by an earlier version of PyG.,删除processed文件,再运行一次,
  3. AttributeError: 'float' object has no attribute 'split'         //pip install ogb==1.3.6 ,应该是ogb版本不对导致的
  4. DLL load failed while importing _imaging: 找不到指定的模块的解决方法    //python与pillow的版本不对应,python3.9对应pillow版本大于8.0

   

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值