Skip to content

Commit be6e828

Browse files
authored
Update README.md
1 parent ee1034c commit be6e828

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ogb/io/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Create `graph_list`, storing your graph objects, and call `saver.save_graph_list
2424

2525
Graph objects are dictionaries containing the following keys.
2626
### Homogeneous graph:
27-
- `edge_index` (necessary): `numpy.ndarray` of shape `(2, num_edges)`. Includes bidirectional edges explicitly if graphs are undirected.
27+
- `edge_index` (necessary): `numpy.ndarray` of shape `(2, num_edges)`. Please include bidirectional edges explicitly if graphs are undirected.
2828
- `num_nodes` (necessary): `int`, denoting the number of nodes in the graph.
2929
- `node_feat` (optional): `numpy.ndarray` of shape `(num_nodes, node_feat_dim)`.
3030
- `edge_feat` (optional): `numpy.ndarray` of shape `(num_edges, edge_feat_dim)`.

0 commit comments

Comments
 (0)