Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 211 Bytes

File metadata and controls

4 lines (4 loc) · 211 Bytes

Torch_Geometric data format: x: Node feature matrix, shape: num_nodes, num_node_features edge_index: edges in graph, shape: 2, num_edges edge_features: features of each edge, shape: num_edges, num_edge_features