You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am running the SDNE to get the node embeddings of two nodes. And then I call the embedding.get_edge_weight(node1, node2) to get the edge weights for the edge between the two nodes. However, it gives me an index out of bound error. Is there a fix for this error?
Thank you very much!
The text was updated successfully, but these errors were encountered:
Are you running it on your own data set? Is the graph connected? Ideally S_hat should be nXn where n is the number of nodes with the caveat that the input should be connected. Let me know if any of these is not the case.
Hi Palash!
Thank you very much for your reply. I ran it on my own dataset, but it gave me this error. So I tried it on karate.edgelist as well. It gives me the same error. Also it seems that S_hat is not of size n*n, it seems more like a one-dimensional array.
Hello, I am running the SDNE to get the node embeddings of two nodes. And then I call the embedding.get_edge_weight(node1, node2) to get the edge weights for the edge between the two nodes. However, it gives me an index out of bound error. Is there a fix for this error?
Thank you very much!
The text was updated successfully, but these errors were encountered: