ondisk-dataset.rst 728 Bytes
Newer Older
Rhett Ying's avatar
Rhett Ying committed
1
.. _stochastic_training-ondisk-dataset:
2

3
4
Creating OnDiskDataset
======================
5

6
7
This tutorial shows how to create an `OnDiskDataset` from raw data and use it
for stochastic training.
8

9
10
11
12
13
**GraphBolt** provides the ``OnDiskDataset`` class to help user organize plain
data of graph strucutre, feature data and tasks. ``OnDiskDataset`` is also
designed to efficiently handle large graphs and features that do not fit into
memory by storing them on disk.

14
15
For more details about `OnDiskDataset`, please refer to the
:class:`~dgl.graphbolt.OnDiskDataset` API documentation.
16

17
18
19
.. toctree::
    :maxdepth: 1
    :glob:
20

21
22
23
    ondisk_dataset_homograph.nblink
    ondisk_dataset_heterograph.nblink
    ondisk-dataset-specification.rst