From 311ebaf8441daf8af6eddac6cc786062200287ce Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 4 Jul 2024 18:29:27 +0800 Subject: [PATCH] Update plot_transforms_getting_started.py: fix typos (#8507) Co-authored-by: Nicolas Hug --- gallery/transforms/plot_transforms_getting_started.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gallery/transforms/plot_transforms_getting_started.py b/gallery/transforms/plot_transforms_getting_started.py index c61d1cc1be0..0faf79c46af 100644 --- a/gallery/transforms/plot_transforms_getting_started.py +++ b/gallery/transforms/plot_transforms_getting_started.py @@ -4,7 +4,7 @@ ================================== .. note:: - Try on `collab `_ + Try on `Colab `_ or :ref:`go to the end ` to download the full example code. This example illustrates all of what you need to know to get started with the @@ -25,7 +25,7 @@ torch.manual_seed(1) -# If you're trying to run that on collab, you can download the assets and the +# If you're trying to run that on Colab, you can download the assets and the # helpers from https://github.com/pytorch/vision/tree/main/gallery/ from helpers import plot img = read_image(str(Path('../assets') / 'astronaut.jpg'))