Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add alternative edge indices shape to
GCNConv
input description (#8269
) <img width="752" alt="Screenshot 2023-10-26 at 1 05 22 PM" src="https://github.com/pyg-team/pytorch_geometric/assets/54658925/fa7d55b6-30ac-4036-baf3-1133e5c47257"> According to the implementation https://github.com/pyg-team/pytorch_geometric/blob/master/torch_geometric/nn/conv/gcn_conv.py#L49, sparse adjacency matrix of shape |V|*|V| can also be used as edge_indices. --------- Co-authored-by: Ubuntu <[email protected]> Co-authored-by: Matthias Fey <[email protected]>
- Loading branch information