Open Happy2Git opened 1 year ago
Hi there,
Upon running the command python delete_gnn.py, I encountered the following error:
python delete_gnn.py
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:
python delete_node.py
python delete_node_feature.py
AttributeError: 'GlobalStorage' object has no attribute 'train_pos_edge_index'
Would you mind providing some suggestions?
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
Hi there,
Upon running the command
python delete_gnn.py
, I encountered the following error:Similarly, when I executed the command
python delete_node.py
, andpython delete_node_feature.py
, I was met with another error:Would you mind providing some suggestions?