.. _tutorials5-index: Training on giant graphs ============================= * **Sampling** `[paper] `__ `[tutorial] <5_giant_graph/1_sampling_mx.html>`__ `[MXNet code] `__ `[Pytorch code] `__: You can perform neighbor sampling and control-variate sampling to train a graph convolution network and its variants on a giant graph. * **Scale to giant graphs** `[tutorial] <5_giant_graph/2_giant.html>`__ `[MXNet code] `__ `[Pytorch code] `__: You can find two components (graph store and distributed sampler) to scale to graphs with hundreds of millions of nodes.