diff --git a/python/paddle/trainer_config_helpers/layers.py b/python/paddle/trainer_config_helpers/layers.py index b3568cc257c56a1f28b087510cf4c434396f2749..f323b017c06bb3d0f2c69de0faccb04258ccd2ad 100755 --- a/python/paddle/trainer_config_helpers/layers.py +++ b/python/paddle/trainer_config_helpers/layers.py @@ -2418,8 +2418,8 @@ def img_conv_layer(input, :param dilation: The x dimension of the dilation. Or input a tuple for two image dimension :type dilation: int|tuple|list - :param padding_y: The y dimension of the dilation. - :type padding_y: int + :param dilation_y: The y dimension of the dilation. + :type dilation_y: int :param bias_attr: Convolution bias attribute. None means default bias. False means no bias. :type bias_attr: ParameterAttribute|False