Skip to content

Commit f22b01f

Browse files
ahmadsharif1Anner-deJongNicolasHug
authored
[Cherry-pick for 0.18] Just a typo (#8341) (#8355)
Co-authored-by: Anner <[email protected]> Co-authored-by: Nicolas Hug <[email protected]>
1 parent 7a4bdf3 commit f22b01f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gallery/transforms/plot_transforms_e2e.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@
151151
# We need a custom collation function here, since the object detection
152152
# models expect a sequence of images and target dictionaries. The default
153153
# collation function tries to torch.stack() the individual elements,
154-
# which fails in general for object detection, because the number of bouding
155-
# boxes varies between the images of a same batch.
154+
# which fails in general for object detection, because the number of bounding
155+
# boxes varies between the images of the same batch.
156156
collate_fn=lambda batch: tuple(zip(*batch)),
157157
)
158158

0 commit comments

Comments
 (0)