Skip to content

Commit

Permalink
fixed some errors. (PaddlePaddle#1107)
Browse files Browse the repository at this point in the history
* fixed one error of api_cn

* fixed some errors of api_cn

* fixed some errors of api_cn

* fixed two errors.

* fixed two errors

* fixed one error.

* fixed one error

* fixed one error.

* fixed two errors.

* fixed one error.

* fixed two errors

* fixed two links

* synchronize api_cn with the api_en of develop.

* updated develop/api_cn

* update the api_cn of develop

* update api_cn of develop

* fixed some errors

* Delete .DS_Store

* Delete .DS_Store

* Delete .DS_Store

* Delete .DS_Store

* Delete .DS_Store

* fixed some wrong links

* fixed two links

* fixed two links and some error.

* fixed some errors.

* fixed two links

* http://newicafe.baidu.com/issue/DLTP-1771/show?from=page

* http://newicafe.baidu.com/issue/DLTP-1647/show?from=page

* http://newicafe.baidu.com/issue/DLTP-1529/show?from=page

* Update natural_exp_decay_cn.rst

* Update Reader_cn.rst

* http://newicafe.baidu.com/issue/DLTP-1907/show?from=page of develop
  • Loading branch information
zq19 authored and xsrobin committed Aug 16, 2019
1 parent c521f01 commit 4e027a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/fluid/api_cn/layers_cn/conv2d_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ conv2d
参数:
- **input** (Variable) - 格式为[N,C,H,W]格式的输入图像
- **num_fliters** (int) - 滤波器数。和输出图像通道相同
- **num_filters** (int) - 滤波器数。和输出图像通道相同
- **filter_size** (int|tuple|None) - 滤波器大小。如果filter_size是一个元组,则必须包含两个整型数,(filter_size,filter_size_W)。否则,滤波器为square
- **stride** (int|tuple) - 步长(stride)大小。如果步长(stride)为元组,则必须包含两个整型数,(stride_H,stride_W)。否则,stride_H = stride_W = stride。默认:stride = 1
- **padding** (int|tuple) - 填充(padding)大小。如果填充(padding)为元组,则必须包含两个整型数,(padding_H,padding_W)。否则,padding_H = padding_W = padding。默认:padding = 0
Expand Down
2 changes: 1 addition & 1 deletion doc/fluid/user_guides/index_cn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

- `DyGraph模式 <../user_guides/howto/dygraph/DyGraph.html>`_:介绍在 Fluid 下使用DyGraph

- `模型评估与调试 <../user_guides/howto/evaluation_and_debugging/index_cn.html>`_:介绍在 Fluid 下进行模型评估和调试的方法,包括:
- `模型评估与调试 <../user_guides/howto/evaluation_and_debugging/index_cn.html>`_:介绍在 Fluid 下进行模型评估和调试的方法

基于 Fluid 复现的多领域经典模型:

Expand Down

0 comments on commit 4e027a7

Please sign in to comment.