Skip to content

Commit

Permalink
[fbsync] Fix RandomZoomOut doc string (#7777)
Browse files Browse the repository at this point in the history
Reviewed By: matteobettini

Differential Revision: D48642306

fbshipit-source-id: c2070d03956f956bccfc3e8dc2cc4cd8a2f157b0
  • Loading branch information
NicolasHug authored and facebook-github-bot committed Aug 25, 2023
1 parent 8ede894 commit 138ef87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchvision/transforms/v2/_geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ class RandomZoomOut(_RandomApplyTransform):
``Mask`` will be filled with 0.
side_range (sequence of floats, optional): tuple of two floats defines minimum and maximum factors to
scale the input size.
p (float, optional): probability of the input being flipped. Default value is 0.5
p (float, optional): probability that the zoom operation will be performed.
"""

def __init__(
Expand Down

0 comments on commit 138ef87

Please sign in to comment.