Skip to content

Latest commit

 

History

History
81 lines (62 loc) · 1.73 KB

data.rst

File metadata and controls

81 lines (62 loc) · 1.73 KB

Custom data handlers for common ML datasets

.. automodule:: hypnettorch.data.dataset
    :members:
    :undoc-members:
    :show-inheritance:

.. automodule:: hypnettorch.data.large_img_dataset
    :members:
    :undoc-members:
    :show-inheritance:

.. automodule:: hypnettorch.data.sequential_dataset
    :members:
    :undoc-members:
    :show-inheritance:

.. automodule:: hypnettorch.data.celeba_data
    :members:
    :undoc-members:
    :show-inheritance:

.. automodule:: hypnettorch.data.cifar10_data
    :members:
    :undoc-members:
    :show-inheritance:

.. automodule:: hypnettorch.data.cifar100_data
    :members:
    :undoc-members:
    :show-inheritance:

.. automodule:: hypnettorch.data.cub_200_2011_data
    :members:
    :undoc-members:
    :show-inheritance:

.. automodule:: hypnettorch.data.fashion_mnist
    :members:
    :undoc-members:
    :show-inheritance:

.. automodule:: hypnettorch.data.ilsvrc2012_data
    :members:
    :undoc-members:
    :show-inheritance:

.. automodule:: hypnettorch.data.mnist_data
    :members:
    :undoc-members:
    :show-inheritance:

.. automodule:: hypnettorch.data.svhn_data
    :members:
    :undoc-members:
    :show-inheritance:

.. automodule:: hypnettorch.data.udacity_ch2
    :members:
    :undoc-members:
    :show-inheritance:

.. toctree::
   :maxdepth: 2

   special.rst
   timeseries.rst

See documentation of subpackages :ref:`special <special-data-reference-label>` and :ref:`timeseries <timeseries-data-reference-label>`.