Commit
•
24ab887
1
Parent(s):
f33e8d0
Update README.md
Browse files
README.md
CHANGED
@@ -73,7 +73,7 @@ ogbg_molhiv_pg = DataLoader(ogbg_molhiv_pg_list)
|
|
73 |
### Data Fields
|
74 |
|
75 |
Each row of a given file is a graph, with:
|
76 |
-
- `
|
77 |
- `edge_index` (list: 2 x #edges): pairs of nodes constituting edges
|
78 |
- `edge_attr` (list: #edges x #edge-features): for the aforementioned edges, contains their features
|
79 |
- `y` (list: 1 x #labels): contains the number of labels available to predict (here 1, equal to zero or one)
|
|
|
73 |
### Data Fields
|
74 |
|
75 |
Each row of a given file is a graph, with:
|
76 |
+
- `node_feat` (list: #nodes x #node-features): nodes
|
77 |
- `edge_index` (list: 2 x #edges): pairs of nodes constituting edges
|
78 |
- `edge_attr` (list: #edges x #edge-features): for the aforementioned edges, contains their features
|
79 |
- `y` (list: 1 x #labels): contains the number of labels available to predict (here 1, equal to zero or one)
|