-
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Feb 25, 2022
Replies: 1 comment 1 reply
-
I'm sorry for the late reply. Yes, the order of embeddings matches with your node indices. As such, |
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
I'm sorry for the late reply. Yes, the order of embeddings matches with your node indices. As such,
embeddings[0]
will give you the embedding for node zero. Hope that clarifies your concerns :)