Skip to content
Discussion options

You must be logged in to vote

You can use torch_geometric.utils.to_dense_batch to achieve that. Note that for graphs with varying number of nodes, it will return a tensor of shape [batch_size, max_num_nodes, output_dim], filled with zeros for smaller graphs.

Replies: 1 comment

Comment options

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