Edge weights in Node2Vec #3435
-
Hello everyone! I would like to have a better understanding of the implementation of Node2Vec in PyTorch Geometric. I ask this question especially because I only see the edge indices (edge_index) as input to Node2Vec. Thanks a lot in advance :) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
But it was mentioned in an old roadmap, i'll try to look into it in the coming weeks. |
Beta Was this translation helpful? Give feedback.
-
Ok, thank you for the answer! |
Beta Was this translation helpful? Give feedback.
-
is there any progress here? |
Beta Was this translation helpful? Give feedback.
-
Is there a plan to include this? Not sure if this is still part of pyg. |
Beta Was this translation helpful? Give feedback.
Node2Vec
doesn't supportedge_weight
at the moment.But it was mentioned in an old roadmap, i'll try to look into it in the coming weeks.