.. TorchData documentation master file, created by
sphinx-quickstart on Thu Jan 20 09:56:06 2022.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
TorchData
######################################
This library is part of the `PyTorch
`_ project. PyTorch is an open source
machine learning framework.
:mod:`torchdata` is a Beta library of common modular data loading primitives for
easily constructing flexible and performant data pipelines. And, there are
a few features still in prototype stage.
Features described in this documentation are classified by release status:
*Stable:* These features will be maintained long-term and there should generally
be no major performance limitations or gaps in documentation.
We also expect to maintain backwards compatibility (although
breaking changes can happen and notice will be given one release ahead
of time).
*Beta:* Features are tagged as Beta because the API may change based on
user feedback, because the performance needs to improve, or because
coverage across operators is not yet complete. For Beta features, we are
committing to seeing the feature through to the Stable classification.
We are not, however, committing to backwards compatibility.
*Prototype:* These features are typically not available as part of
binary distributions like PyPI or Conda, except sometimes behind run-time
flags, and are at an early stage for feedback and testing.
.. toctree::
:maxdepth: 2
:caption: Developer Notes:
what_is_torchdata_nodes.rst
.. toctree::
:maxdepth: 2
:caption: API Reference:
torchdata.nodes.rst
torchdata.stateful_dataloader.rst
.. toctree::
:maxdepth: 2
:caption: Tutorial and Examples:
getting_started_with_torchdata_nodes.rst
migrate_to_nodes_from_utils.rst
stateful_dataloader_tutorial.rst
.. toctree::
:maxdepth: 1
:caption: PyTorch Libraries
PyTorch
torchtune
torchaudio
torchvision
TorchElastic
TorchServe
PyTorch on XLA Devices
Indices
==================
* :ref:`genindex`