Skip to content

Commit

Permalink
Update ondisk_dataset.py doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
BowenYao18 committed Aug 29, 2024
1 parent 0861d8a commit 1c65a7b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions python/dgl/graphbolt/impl/ondisk_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -979,6 +979,16 @@ class BuiltinDataset(OnDiskDataset):
.. note::
Reverse edges are added to the original graph.
**igb-hom-[tiny|small|medium]**
The igb-hom-[tiny|small|medium] dataset is a homogeneous citation network,

Check warning on line 983 in python/dgl/graphbolt/impl/ondisk_dataset.py

View workflow job for this annotation

GitHub Actions / lintrunner

UFMT format

Run `lintrunner -a` to apply this patch.
which is designed for developers to train and evaluate GNN models with high
fidelity. See more details in `igb-hom-[tiny|small|medium]
<https://mlcommons.org/2024/06/gnn-for-mlperf-training-v4/>`_.
.. note::
Self edges are added to the original graph.
Node features are stored as float32.
Parameters
----------
name : str
Expand Down

0 comments on commit 1c65a7b

Please sign in to comment.