diff --git a/gallery/plot_transforms_v2_e2e.py b/gallery/plot_transforms_v2_e2e.py index 11c0060cb4f..ccffea766c8 100644 --- a/gallery/plot_transforms_v2_e2e.py +++ b/gallery/plot_transforms_v2_e2e.py @@ -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 ``torchvision.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