Skip to content

Commit

Permalink
Fix typo in gallery/plot_transforms_v2_e2e.py (#7826)
Browse files Browse the repository at this point in the history
  • Loading branch information
MinliangLin authored Aug 14, 2023
1 parent cab01fc commit 3065ad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gallery/plot_transforms_v2_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Object detection is not supported out of the box by ``torchvision.transforms`` v1, since it only supports images.
``torchvision.transforms.v2`` enables jointly transforming images, videos, bounding boxes, and masks. This example
showcases an end-to-end object detection training using the stable ``torchvisio.datasets`` and ``torchvision.models`` as
well as the new ``torchvision.transforms.v2`` v2 API.
showcases an end-to-end object detection training using the stable ``torchvision.datasets`` and ``torchvision.models``
as well as the new ``torchvision.transforms.v2`` v2 API.
"""

import pathlib
Expand Down

0 comments on commit 3065ad5

Please sign in to comment.