Unverified Commit 99ebb75d authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Split example gallery into subsections (#7849)

parent 6241d471
......@@ -217,7 +217,7 @@ class MixUp(_BaseMixUpCutMix):
.. note::
This transform is meant to be used on **batches** of samples, not
individual images. See
:ref:`sphx_glr_auto_examples_plot_cutmix_mixup.py` for detailed usage
:ref:`sphx_glr_auto_examples_v2_transforms_plot_cutmix_mixup.py` for detailed usage
examples.
The sample pairing is deterministic and done by matching consecutive
samples in the batch, so the batch needs to be shuffled (this is an
......@@ -267,7 +267,7 @@ class CutMix(_BaseMixUpCutMix):
.. note::
This transform is meant to be used on **batches** of samples, not
individual images. See
:ref:`sphx_glr_auto_examples_plot_cutmix_mixup.py` for detailed usage
:ref:`sphx_glr_auto_examples_v2_transforms_plot_cutmix_mixup.py` for detailed usage
examples.
The sample pairing is deterministic and done by matching consecutive
samples in the batch, so the batch needs to be shuffled (this is an
......
......@@ -69,7 +69,7 @@ _BUILTIN_DATAPOINT_TYPES = {
def register_kernel(functional, datapoint_cls):
"""Decorate a kernel to register it for a functional and a (custom) datapoint type.
See :ref:`sphx_glr_auto_examples_plot_custom_datapoints.py` for usage
See :ref:`sphx_glr_auto_examples_v2_transforms_plot_custom_datapoints.py` for usage
details.
"""
if isinstance(functional, str):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment