Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Dec 9, 2024
1 parent 9c3308a commit f6d8f7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gallery/transforms/plot_custom_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ def transform(self, inpt: Any, params: Dict[str, Any]):
# transform each input, based on their type.
#
# If you're curious why the other tensor (``torch.arange()``) didn't get passed
# to ``transform()``, see :ref:`passthrough_heuristic`.
# to ``transform()``, see :ref:`this note <passthrough_heuristic>` for more
# details.
#
# Advanced: The ``make_params()`` method
# --------------------------------------
Expand Down

0 comments on commit f6d8f7f

Please sign in to comment.