README.txt 504 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
.. _tutorials5-index:


Training on giant graphs
=============================

* **Sampling** `[paper] <https://arxiv.org/abs/1710.10568>`__ `[tutorial]
  <5_giant_graph/1_sampling.html>`__ `[MXNet code]
  <https://github.com/dmlc/dgl/tree/master/examples/mxnet/sampling>`__ `[Pytorch code]
  <https://github.com/dmlc/dgl/tree/master/examples/pytorch/sampling>`__:
  we can perform neighbor sampling and control-variate sampling to train
  graph convolution networks and its variants on a giant graph.