Skip to content

About the sparse matrix #152

@Kevis9

Description

@Kevis9

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.

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