-
Dear PyG, I am running large scale experiments on PyG. However, I've noticed that the library doesn't seem to support edge features at the moment. Could you share if there are any plans to integrate this feature into PyG in the near future (e.g. if you already know the timeline etc)? Additionally, I would be grateful for any advice or suggestions you could offer on implementing edge weights at scale! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Edge features are well supported, and there exists a variety of GNN layers that can utilize them, see here. |
Beta Was this translation helpful? Give feedback.
-
Sry I meant in the distributed featurestore ThxOn 31 Jan 2024, at 19.42, Matthias Fey ***@***.***> wrote:
Edge features are well supported, and there exists a variety of GNN layers that can utilize them, see here.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Got it. This will still take some time to implement. Bumping its priority.