-
I know this looks like beginner question, yeah I'm still new at PyG. I know DGL is support weighted dataset, but how about PyG. Are they support it? I've already did some research for answer in google and other forums, but I still can't get clear answer for this |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
May 9, 2023
Replies: 1 comment 1 reply
-
Do you mean weighted graphs? Yes, this is supported. The GNN Cheatsheet lists all layers that can leverage edge weights/edge features. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
agunghabu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you mean weighted graphs? Yes, this is supported. The GNN Cheatsheet lists all layers that can leverage edge weights/edge features.