mims-harvard / GNNDelete

General Strategy for Unlearning in Graph Neural Networks
https://zitniklab.hms.harvard.edu/projects/GNNDelete
MIT License
39 stars 10 forks source link

execution failures in deletion tasks #4

Open Happy2Git opened 1 year ago

Happy2Git commented 1 year ago

Hi there,

Upon running the command python delete_gnn.py, I encountered the following error:

  File "/home/user/Documents/code/GNNDelete/delete_gnn.py", line 86, in main
    assert args.df != 'none'
AssertionError

Similarly, when I executed the command python delete_node.py, and python delete_node_feature.py, I was met with another error:

AttributeError: 'GlobalStorage' object has no attribute 'train_pos_edge_index'

Would you mind providing some suggestions?

Surosy commented 1 week ago

Hey, I'm facing the same problem as you. Have you resolved it? File "/home/user/Documents/code/GNNDelete/delete_gnn.py", line 86, in main assert args.df != 'none' AssertionError