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/others/plot_scripted_tensor_transforms.py
+2-2
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_scripted_tensor_transforms.ipynb>`_
7
+
Try on `Colab <https://colab.research.google.com/github/pytorch/vision/blob/gh-pages/main/_generated_ipynb_notebooks/plot_scripted_tensor_transforms.ipynb>`_
8
8
or :ref:`go to the end <sphx_glr_download_auto_examples_others_plot_scripted_tensor_transforms.py>` to download the full example code.
9
9
10
10
This example illustrates `torchscript
@@ -26,7 +26,7 @@
26
26
plt.rcParams["savefig.bbox"] ='tight'
27
27
torch.manual_seed(1)
28
28
29
-
# If you're trying to run that on collab, you can download the assets and the
29
+
# If you're trying to run that on Colab, you can download the assets and the
30
30
# helpers from https://github.com/pytorch/vision/tree/main/gallery/
Copy file name to clipboardexpand all lines: gallery/others/plot_visualization_utils.py
+1-1
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_visualization_utils.ipynb>`_
7
+
Try on `Colab <https://colab.research.google.com/github/pytorch/vision/blob/gh-pages/main/_generated_ipynb_notebooks/plot_visualization_utils.ipynb>`_
8
8
or :ref:`go to the end <sphx_glr_download_auto_examples_others_plot_visualization_utils.py>` to download the full example code.
9
9
10
10
This example illustrates some of the utilities that torchvision offers for
Copy file name to clipboardexpand all lines: gallery/transforms/plot_transforms_illustrations.py
+2-2
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_illustrations.ipynb>`_
7
+
Try on `Colab <https://colab.research.google.com/github/pytorch/vision/blob/gh-pages/main/_generated_ipynb_notebooks/plot_transforms_illustrations.ipynb>`_
8
8
or :ref:`go to the end <sphx_glr_download_auto_examples_transforms_plot_transforms_illustrations.py>` to download the full example code.
9
9
10
10
This example illustrates some of the various transforms available in :ref:`the
@@ -27,7 +27,7 @@
27
27
# properly show that the image can be both transformed and *not* transformed!
28
28
torch.manual_seed(0)
29
29
30
-
# If you're trying to run that on collab, you can download the assets and the
30
+
# If you're trying to run that on Colab, you can download the assets and the
31
31
# helpers from https://github.com/pytorch/vision/tree/main/gallery/
0 commit comments