You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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