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

implement graph concatenation #12

Closed
CarloLucibello opened this issue Aug 31, 2021 · 0 comments · Fixed by #17
Closed

implement graph concatenation #12

CarloLucibello opened this issue Aug 31, 2021 · 0 comments · Fixed by #17

Comments

@CarloLucibello
Copy link
Member

When training on multiple small graphs, typically one batches several graphs together into a larger graph for efficiency.
This operation is called blockdiag in SparseArrays and LightGraphs.jl.

For FeaturedGraphs, node and edge features should be vertically concatenated in the resulting graph. I'm not sure how we should handle global features, maybe we should just require them to be == nothing for all graphs as a start

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

Successfully merging a pull request may close this issue.

1 participant