Unverified Commit d4e5aa21 authored by Dennis M. Pöpperl's avatar Dennis M. Pöpperl Committed by GitHub
Browse files

Fix RandomZoomOut doc string (#7777)

parent 3966f955
......@@ -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__(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment