danielzuegner / gnn-meta-attack

Implementation of the paper "Adversarial Attacks on Graph Neural Networks via Meta Learning".
https://www.kdd.in.tum.de/gnn-meta-attack
MIT License
140 stars 26 forks source link

The dataset problem #2

Closed chrispaul1994 closed 5 years ago

chrispaul1994 commented 5 years ago

Hi, Daniel: The Polblogs dataset cannot be loaded successfully. Could you please proivde the valid dataset? Thanks so much! :)

danielzuegner commented 5 years ago

Hi, thanks for pointing this out. It turns out that the dataset is fine but the demo notebook did not correctly consider the case that the node attributes can be missing. Should be fixed in the version I'll push soon. Let me know if the problem persists.