Skip to content

[Feature request] Supports Sparse Graph Representation  #82

@zhengsx

Description

@zhengsx

Summary

In torch_geometric, the adjacent matrix is represented as sparse edge index (graph connectivity in COO format with shape). There are two potential advantages of sparse edge index: 1. less memory utilization; 2. graphs in one minibatch are represented by one edge_index tensor. Considering to be compatible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions