-
Has anyone dealt with an example in pytorch geometric where there is a disagreement between the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, this is correct. As such, most of our functions that just expect an adj = to_dense_adj(data.edge_index, max_num_nodes=data.num_nodes) |
Beta Was this translation helpful? Give feedback.
Yes, this is correct. As such, most of our functions that just expect an
edge_index
matrix as input also supportmax_num_nodes
ornum_nodes
arguments, see here: