File tree Expand file tree Collapse file tree
torchvision/transforms/v2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1030,8 +1030,10 @@ class ElasticTransform(Transform):
10301030 see-through-water-like effect.
10311031
10321032 Args:
1033- alpha (float or sequence of floats, optional): Magnitude of displacements. Default is 50.0.
1034- sigma (float or sequence of floats, optional): Smoothness of displacements. Default is 5.0.
1033+ alpha (float or sequence of floats, optional): Magnitude of displacements.
1034+ Default is 50.0. A single value is ``[alpha, alpha]``.
1035+ sigma (float or sequence of floats, optional): Smoothness of displacements.
1036+ Default is 5.0. A single value is ``[sigma, sigma]``.
10351037 interpolation (InterpolationMode, optional): Desired interpolation enum defined by
10361038 :class:`torchvision.transforms.InterpolationMode`. Default is ``InterpolationMode.BILINEAR``.
10371039 If input is Tensor, only ``InterpolationMode.NEAREST``, ``InterpolationMode.BILINEAR`` are supported.
You can’t perform that action at this time.
0 commit comments