You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I want to test the performance of adding identity mapping. I try to comment out output = theta*torch.mm(support, self.weight)+(1-theta)*r, and add the line output = support. Now it's APPNP, right?
But the result is the same as before 85.7% , why?