dmlc--dgl
8909d1ff03
Co-authored-by: Mingbang Wang <100203018+Skeleton003@users.noreply.github.com>
Multiple GPU Training
Requirements
pip install torchmetrics==0.11.4
How to run
Node classification
Run with following (available dataset: "ogbn-products", "ogbn-arxiv")
python3 node_classification_sage.py --dataset_name ogbn-products
Results with default arguments
* Test Accuracy of "ogbn-products": ~0.7716
* Test Accuracy of "ogbn-arxiv": ~0.6994