From ea8fab6f2eae5d001830bfade9028421591d136f Mon Sep 17 00:00:00 2001 From: zoey333 Date: Thu, 30 Nov 2023 20:01:49 +0800 Subject: [PATCH] =?UTF-8?q?docfix=EF=BC=9A#47=EF=BC=8Cdocs/zh/develop/api/?= =?UTF-8?q?paddle/nn/Conv1D=5Fcn=20=E5=B1=9E=E6=80=A7=E9=83=A8=E5=88=86?= =?UTF-8?q?=E7=9A=84=E6=A0=BC=E5=BC=8F=E5=8F=82=E7=85=A7=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E3=80=81=E5=BD=A2=E7=8A=B6=E7=9A=84=E5=86=99=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/paddle/nn/Conv1D_cn.rst | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/api/paddle/nn/Conv1D_cn.rst b/docs/api/paddle/nn/Conv1D_cn.rst index 8a9991a8678..91f8d47e9bd 100644 --- a/docs/api/paddle/nn/Conv1D_cn.rst +++ b/docs/api/paddle/nn/Conv1D_cn.rst @@ -46,13 +46,8 @@ Conv1D 属性 :::::::::::: -weight -''''''''' -本层的可学习参数,类型为 ``Parameter`` - -bias -''''''''' -本层的可学习偏置,类型为 ``Parameter`` + - **weight** - 本层的可学习参数,类型为 ``Parameter`` + - **bias** - 本层的可学习偏置,类型为 ``Parameter`` 形状 ::::::::::::