From 41211e850a2cb7f804862f86b64e99cecf805882 Mon Sep 17 00:00:00 2001 From: Martin Date: Sat, 29 Jun 2024 01:55:40 +0800 Subject: [PATCH] Update plot_transforms_getting_started.py: fix typos --- 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'))