Does LightGCN support to include the node features? #8656
Answered
by
rusty1s
TheAllUnknown
asked this question in
Q&A
-
It seems to me that LightGCN creates node embeddings without considering the node features |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Dec 21, 2023
Replies: 1 comment 2 replies
-
Yes, that's correct. This is how LightGCN is designed. It shouldn't be too hard though to add node features to it, e.g., via concatenation with embeddings. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
TheAllUnknown
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, that's correct. This is how LightGCN is designed. It shouldn't be too hard though to add node features to it, e.g., via concatenation with embeddings.