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

Add a function for ordering edge data #20

Open
dlcole3 opened this issue Dec 16, 2022 · 0 comments
Open

Add a function for ordering edge data #20

dlcole3 opened this issue Dec 16, 2022 · 0 comments

Comments

@dlcole3
Copy link
Owner

dlcole3 commented Dec 16, 2022

When passing edge data to a GNNGraph (see GraphNeuralNetworks.jl), the edge data is assumed to be ordered based off the SimpleGraph fadjlist (i.e., it starts at node 1, adds connections, goes to node 2, adds connections, etc). However, the DataGraph edgedata is not required to follow this order. Some function needs to be done or the data structure needs to be restructured to allow for this order to be followed.

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