13 lines
187 B
Markdown
13 lines
187 B
Markdown
# Node classification on homogeneous graph with GraphSAGE
|
|
|
|
## Run on `ogbn-products` dataset
|
|
|
|
### Command
|
|
```
|
|
python3 node_classification.py
|
|
```
|
|
|
|
### Results
|
|
```
|
|
Valid Accuracy: 0.907
|
|
``` |