Closed kleingeo closed 1 month ago
Simple functionality, or even documentation, to convert a (dense) [N, M] adjacency matrix to a (dense) edge_index.
edge_index
No response
Does the dense_to_sparse function meet the criteria of what you need?
dense_to_sparse
https://pytorch-geometric.readthedocs.io/en/latest/modules/utils.html#torch_geometric.utils.dense_to_sparse
🚀 The feature, motivation and pitch
Simple functionality, or even documentation, to convert a (dense) [N, M] adjacency matrix to a (dense)
edge_index
.Alternatives
No response
Additional context
No response