Replies: 1 comment
-
Yes that's exactly how it works. An entry like |
Beta Was this translation helpful? Give feedback.
0 replies
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 had a small doubt and would really appreciate if someone could clarify it. In pytorch geometric, when we are loading our data, the edge index having entries such as (0,2) would comprehend it as an edge between nodes 0 and 2 in the vertex list (which we pass as data.x in our input). Is this the mapping it does? I wanted to ask this because I have nodes that are numbered but I stored them in a set. In that scenario, I should not do it since a set can reorder the entries and thereby, it would lead to wrong mappings in my input. A clarification would be really appreciated
Beta Was this translation helpful? Give feedback.
All reactions