You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gallery/transforms/plot_transforms_getting_started.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
==================================
5
5
6
6
.. note::
7
-
Try on `collab <https://colab.research.google.com/github/pytorch/vision/blob/gh-pages/main/_generated_ipynb_notebooks/plot_transforms_getting_started.ipynb>`_
7
+
Try on `Colab <https://colab.research.google.com/github/pytorch/vision/blob/gh-pages/main/_generated_ipynb_notebooks/plot_transforms_getting_started.ipynb>`_
8
8
or :ref:`go to the end <sphx_glr_download_auto_examples_transforms_plot_transforms_getting_started.py>` to download the full example code.
9
9
10
10
This example illustrates all of what you need to know to get started with the
@@ -25,7 +25,7 @@
25
25
26
26
torch.manual_seed(1)
27
27
28
-
# If you're trying to run that on collab, you can download the assets and the
28
+
# If you're trying to run that on Colab, you can download the assets and the
29
29
# helpers from https://github.com/pytorch/vision/tree/main/gallery/
0 commit comments