Skip to content
Discussion options

You must be logged in to vote
  1. max_pool will pool a given data object, i.e., it will take care of coarsening the graph and pool node features, while max_pool_x will only take care of pooling node features (e.g., in case edge_index is no longer needed at this point of time).
  2. You don't have to, but here we compute new edge features (the spatial relations between nodes) given the new graph representation.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hkim716
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