From e6e73b85c9a8333f1f3646369e69e87b1fef6d1e Mon Sep 17 00:00:00 2001 From: coco <1228759711@qq.com> Date: Tue, 7 Nov 2023 21:49:23 +0800 Subject: [PATCH] fix gru doc --- docs/api/paddle/nn/GRU_cn.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/paddle/nn/GRU_cn.rst b/docs/api/paddle/nn/GRU_cn.rst index 7438826665a..c19d6981e97 100644 --- a/docs/api/paddle/nn/GRU_cn.rst +++ b/docs/api/paddle/nn/GRU_cn.rst @@ -3,7 +3,7 @@ GRU ------------------------------- -.. py:class:: paddle.nn.GRU(input_size, hidden_size, num_layers=1, direction="forward", dropout=0., time_major=False, weight_ih_attr=None, weight_hh_attr=None, bias_ih_attr=None, bias_hh_attr=None, name=None) +.. py:class:: paddle.nn.GRU(input_size, hidden_size, num_layers=1, direction="forward", time_major=False, dropout=0.0, weight_ih_attr=None, weight_hh_attr=None, bias_ih_attr=None, bias_hh_attr=None, name=None)