Skip to content

Commit 5fc232d

Browse files
authored
Update BatchNorm1D_cn.rst (#7214)
1 parent bc11718 commit 5fc232d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/paddle/nn/BatchNorm1D_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ BatchNorm1D
5959
- output:和输入形状一样的 Tensor。
6060

6161
.. note::
62-
目前训练时设置 track_running_stats 为 False 是无效的,实际还是会按照 True 的方案保存全局均值和方差。之后的版本会修复此问题。
62+
目前训练时设置 track_running_stats 为 False 是无效的,实际还是会按照 True 的方案保存全局均值和方差。之后的版本会修复此问题。
6363

6464

6565
代码示例

0 commit comments

Comments
 (0)