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

GCN on multiple graphs #61

Open
mon28 opened this issue Jun 4, 2020 · 3 comments
Open

GCN on multiple graphs #61

mon28 opened this issue Jun 4, 2020 · 3 comments

Comments

@mon28
Copy link

mon28 commented Jun 4, 2020

Hi,

I have a dataset of invoices with each node being each word in the document labeled to the category it belongs to, example - 02/12/2019 is labeled as due_date, $12,000 as total_price, etc.
Here, one invoice page forms a graph. I have 168 such graphs with their adjacency matrix and feature matrix.
How do I prepare the dataset for GCN training using all these graphs?

@tkipf
Copy link
Owner

tkipf commented Jun 4, 2020 via email

@mon28
Copy link
Author

mon28 commented Jun 4, 2020

Thanks for the reply. In my case, block diagonal input seems applicable. Do I just concatenate the feature matric one below the other?

@doluong-opt
Copy link

@mon28 did you have the answer for this problem ? can you give me the solution for this ?
Thanks

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

3 participants