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 sparse matrix #152

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

About the sparse matrix #152

Kevis9 opened this issue Mar 12, 2024 · 0 comments

Comments

@Kevis9
Copy link

Kevis9 commented Mar 12, 2024

Hi, Thanks for the great work.

I have two questions.

  1. In the prognn.py file, the EstimatedAdj holds an * ndense matrix , while you pass it to GCN, which require a sparse matrix. Could you please explain this ? I want to know whether to use sparse matrix or dense matrix, because dense matrix contains N*N parameters to train which is troublesome.

  2. If you use a dense matrix as parameters to train, I want to know the limits of number of nodes in a graph. Since 1e4 nodes will need 1e8 paramaters to train. I wonder how you will process large-scale graphs?

Thanks for your patience.

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