will-jl944 пре 4 година
родитељ
комит
59aed54e12
1 измењених фајлова са 1 додато и 1 уклоњено
  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.