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-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_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-1Lines changed: 1 addition & 1 deletion
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
0 commit comments