Skip to content
Discussion options

You must be logged in to vote
  1. Yes, nodes in your graph should be labeled from 0 to num_nodes - 1, so that, e.g., the node feature x[10] corresponds to index values 10 in your edge_index.
  2. Yes, i think this is a requirement in your setup, as you are operating across different timestamps.
  3. Yes, as mentioned above.
  4. I think this is up to you. In general, simply "dropping" them by setting their node features to zero results in probably the most easiest implementation. Furthermore, if some nodes do not have any information, they can still receive some from surrounding nodes.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@xyqbest
Comment options

@rusty1s
Comment options

@xyqbest
Comment options

@rusty1s
Comment options

Answer selected by xyqbest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants