Browse Source

fix padding docstring

will-jl944 4 years ago
parent
commit
59aed54e12
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dygraph/paddlex/cv/transforms/operators.py

+ 1 - 1
dygraph/paddlex/cv/transforms/operators.py

@@ -917,7 +917,7 @@ class Padding(Transform):
                  label_padding_value=255,
                  coarsest_stride=32):
         """
-        Pad image to a specified size or multiple of size_divisor.
+        Pad image to a specified size or multiple of coarsest_stride.
 
         Args:
             target_size(int, Sequence, optional): Image target size, if None, pad to multiple of size_divisor. Defaults to None.