Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About the GCN module #24

Open
Kevis9 opened this issue Mar 9, 2024 · 0 comments
Open

About the GCN module #24

Kevis9 opened this issue Mar 9, 2024 · 0 comments

Comments

@Kevis9
Copy link

Kevis9 commented Mar 9, 2024

I have a question about the code line in DeepRobuts.graph.defence.gcn.py:

output = torch.spmm(adj, support)

I track the code and found that in the train_gcn part of prognn.py , the adj is dense matrix after normalization and yet you use torch.spmm to calculate adj and support ? but the adj is dense matrix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant