@@ -3,6 +3,11 @@ To load ogb dataset, you need to run the following command, which will output a
...
@@ -3,6 +3,11 @@ To load ogb dataset, you need to run the following command, which will output a
```
```
python3 load_dataset.py --name ogbl-collab
python3 load_dataset.py --name ogbl-collab
```
```
Or you can run the code directly with:
```
python3 deepwalk --ogbl_name xxx --load_from_ogbl
```
However, ogb.linkproppred might not be compatible with mixed training with multi-gpu. If you want to do mixed training, please use no more than 1 gpu by the command above.
## Evaluation
## Evaluation
For evaluatation we follow the code mlp.py provided by ogb [here](https://github.com/snap-stanford/ogb/blob/master/examples/linkproppred/collab/mlp.py).
For evaluatation we follow the code mlp.py provided by ogb [here](https://github.com/snap-stanford/ogb/blob/master/examples/linkproppred/collab/mlp.py).
...
@@ -10,7 +15,7 @@ For evaluatation we follow the code mlp.py provided by ogb [here](https://github
...
@@ -10,7 +15,7 @@ For evaluatation we follow the code mlp.py provided by ogb [here](https://github