Skip to content

Identity mapping #13

@GNN-zl

Description

@GNN-zl

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions