Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
d4e5aa21
"git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "5ca03f42f954737ac77d913ac24697ffbd5a518c"
Unverified
Commit
d4e5aa21
authored
Jul 31, 2023
by
Dennis M. Pöpperl
Committed by
GitHub
Jul 31, 2023
Browse files
Fix RandomZoomOut doc string (#7777)
parent
3966f955
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torchvision/transforms/v2/_geometry.py
torchvision/transforms/v2/_geometry.py
+1
-1
No files found.
torchvision/transforms/v2/_geometry.py
View file @
d4e5aa21
...
@@ -537,7 +537,7 @@ class RandomZoomOut(_RandomApplyTransform):
...
@@ -537,7 +537,7 @@ class RandomZoomOut(_RandomApplyTransform):
``Mask`` will be filled with 0.
``Mask`` will be filled with 0.
side_range (sequence of floats, optional): tuple of two floats defines minimum and maximum factors to
side_range (sequence of floats, optional): tuple of two floats defines minimum and maximum factors to
scale the input size.
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__
(
def
__init__
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment