mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-03 19:34:33 +08:00
New sampling examples via dgl.graphbolt
Consider taking a look at our new sampling examples in the
../graphbolt folder using dgl.graphbolt.
Sampling Examples Running
Requirements
pip install torchmetrics==0.11.4
How to run
Node classification
Run with following (available mode: "cpu", "mixed"(default), "gpu")
python3 node_classification.py --mode mixed