Graph-Unlearning
Graph-Unlearning copied to clipboard
How to solve the error reported by directly running /Graph-Unlearning-main/lib_gnn_model/node_classifier.py?
Traceback (most recent call last):
File "/home/gfq/code/privacy/Graph-Unlearning-main/lib_gnn_model/node_classifier.py", line 203, in
进程已结束,退出代码为 1
If we change out = torch.matmul(out, self.weight) to out = self.lin(out) in Graph-Unlearning-main/lib_gnn_model/gcn/gcn_net_batch.py, it works, but by default citeseer training set set the accuracy is only about 40%.