From 0ee18a86d18b4d4506c63e13b2953c9153c27f8d Mon Sep 17 00:00:00 2001 From: wanghaoshuang Date: Thu, 24 Aug 2017 11:50:35 +0800 Subject: [PATCH] Fix doc. --- python/paddle/trainer_config_helpers/layers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/paddle/trainer_config_helpers/layers.py b/python/paddle/trainer_config_helpers/layers.py index b3568cc257..f323b017c0 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 -- GitLab