Link Prediction using Node Features - Help with Tensor Representation #2340
Unanswered
mahadafzal
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You need to make sure that node features |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to tackle a Link Prediction Task and following the example given in the repository on the CORA dataset. I have represented each sample (a user comment) in the dataset as a Graph, where each node is a sub-sentence, with its features being the text of the sub-sentence, and the edges representing a link between the sub-sentences. The CORA example uses BoW, and I have followed as such. I am trying to predict the edges given the node features.
However, I am running into Tensor Representation errors (Float vs Long). I found that a similar issue was posted and added a AtomEncoder, but to no avail. Could someone guide me in the right direction?
Any suggestions, specific or general, would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions