Edge Classification without node features #6800
Answered
by
rusty1s
QianChang-page
asked this question in
Q&A
-
Thanks for your interest in my question. |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Feb 27, 2023
Replies: 1 comment 2 replies
-
In this case, you can either learn a shallow embedding matrix via |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
QianChang-page
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In this case, you can either learn a shallow embedding matrix via
torch.nn.Embedding
to act as node features, or create a one-vector that acts as a dummy node feature.