# 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 ```bash pip install torchmetrics==0.11.4 ``` ## How to run ### Node classification Run with following (available mode: "cpu", "mixed"(default), "gpu") ```bash python3 node_classification.py --mode mixed ```