LFhase / GIA-HAO

[ICLR 2022] Understanding and Improving Graph Injection Attack by Promoting Unnoticeability
https://openreview.net/forum?id=wkMG8cdvh7-
MIT License
34 stars 3 forks source link

RGATConv' object has no attribute 'lin_l #4

Closed 1234238 closed 2 months ago

1234238 commented 2 months ago

Hello, when I run the RGAT model, I encountered an error AttributeError: 'RGATConv' object has no attribute 'lin_l'. Is there something wrong with this part?

LFhase commented 2 months ago

Hi could you double check whether the version of pytorch geometric matches with that in README?

LFhase commented 2 months ago

My version is 2.3.1, do I need to roll back to a previous version? Thank you for your response.

Hi could you double check whether the version of pytorch geometric matches with that in README?

The code is written with the version of 1.7.2. You may roll back to the old version, or try to modify the code a bit for the updated version : )

LFhase commented 2 months ago

Hi I'm gonna close the issue if there's not a further question. Please feel free to reopen it anyhow!