Graph-Unlearning icon indicating copy to clipboard operation
Graph-Unlearning copied to clipboard

Official implementation of "Graph Unlearning" (ACM CCS 2022)

Results 2 Graph-Unlearning issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "/home/gfq/code/privacy/Graph-Unlearning-main/lib_gnn_model/node_classifier.py", line 203, in graphsage.train_model() File "/home/gfq/code/privacy/Graph-Unlearning-main/lib_gnn_model/node_classifier.py", line 80, in train_model out = self.model(self.data.x[n_id], adjs, self.edge_weight) File "/home/gfq/anaconda3/envs/unlearning/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1051, in _call_impl return forward_call(*input,...

Hello, I am very interested in your work, but I met some problems when I reproduced it. First, I want to replicate four experiments. For the partitioning experiment, the batch...