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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,9 +98,9 @@ Got to `./source/pytorch_dataset/` and run `link_dataset.py` and `node_dataset.p
98
98
99
99
2.**For Line Graph****L(G)**
100
100
101
-
-**RANDOM SEED:** the seed can be fixed in `./source/ogb_dataset/node_prediction/generate_ogbn_dataset.py`
101
+
-**RANDOM SEED:** the seed can be fixed in `./source/ogb_dataset/node_classification/generate_ogbn_dataset.py`
102
102
103
-
-**DATA SPLIT:** The train/validation/test split can be set by modifying `./source/ogb_dataset/node_prediction/generate_ogbn_dataset.py`
103
+
-**DATA SPLIT:** The train/validation/test split can be set by modifying `./source/ogb_dataset/node_classification/generate_ogbn_dataset.py`
104
104
105
105
- Go to `./source/ogb_dataset/node_classification/` and run `python3 generate_ogbl_dataset.py` with argument `--dataset` from the list of `Dataset Name` in the table above
0 commit comments