From 2b93934d2a65828318e0a3b84b4042be6e9ad6d9 Mon Sep 17 00:00:00 2001 From: peterzhang2029 Date: Tue, 14 Nov 2017 15:10:15 +0800 Subject: [PATCH] refine 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 ca0b5dbfbf..372d4b5c4d 100644 --- a/python/paddle/trainer_config_helpers/layers.py +++ b/python/paddle/trainer_config_helpers/layers.py @@ -3592,8 +3592,8 @@ def lstm_step_layer(input, :type gate_act: BaseActivation :param state_act: State Activation Type. TanhActivation is the default. :type state_act: BaseActivation - :param bias_attr: The bias attribute. If the parameter is set to - True or None, the bias is initialized to zero. + :param bias_attr: The parameter attribute for bias. If this parameter is + set to True or None, the bias is initialized to zero. :type bias_attr: ParameterAttribute | None | True :param layer_attr: layer's extra attribute. :type layer_attr: ExtraLayerAttribute -- GitLab