"vscode:/vscode.git/clone" did not exist on "c8335ddd9aca834a413d44e985299b51c3b39b9d"
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): ...@@ -217,7 +217,7 @@ class MixUp(_BaseMixUpCutMix):
.. note:: .. note::
This transform is meant to be used on **batches** of samples, not This transform is meant to be used on **batches** of samples, not
individual images. See 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. examples.
The sample pairing is deterministic and done by matching consecutive The sample pairing is deterministic and done by matching consecutive
samples in the batch, so the batch needs to be shuffled (this is an samples in the batch, so the batch needs to be shuffled (this is an
...@@ -267,7 +267,7 @@ class CutMix(_BaseMixUpCutMix): ...@@ -267,7 +267,7 @@ class CutMix(_BaseMixUpCutMix):
.. note:: .. note::
This transform is meant to be used on **batches** of samples, not This transform is meant to be used on **batches** of samples, not
individual images. See 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. examples.
The sample pairing is deterministic and done by matching consecutive The sample pairing is deterministic and done by matching consecutive
samples in the batch, so the batch needs to be shuffled (this is an samples in the batch, so the batch needs to be shuffled (this is an
......
...@@ -69,7 +69,7 @@ _BUILTIN_DATAPOINT_TYPES = { ...@@ -69,7 +69,7 @@ _BUILTIN_DATAPOINT_TYPES = {
def register_kernel(functional, datapoint_cls): def register_kernel(functional, datapoint_cls):
"""Decorate a kernel to register it for a functional and a (custom) datapoint type. """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. details.
""" """
if isinstance(functional, str): 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