Skip to content

Commit 6eba936

Browse files
committed
update:format
1 parent a090fdd commit 6eba936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/paddle/nn/GroupNorm_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ GroupNorm
1515
- **num_groups** (int) - 从通道中分离出来的 ``group`` 的数目。
1616
- **num_channels** (int) - 输入的通道数。
1717
- **epsilon** (float,可选) - 为防止方差除零,增加一个很小的值。默认值:1e-05。
18-
``别名: eps``
18+
``别名: eps``
1919
- **affine** (bool,可选) - 该模块是否具有可学习的仿射参数(weight 和 bias)。如果设置为 False,将不会创建可学习的参数,无论 weight_attr 和 bias_attr 如何设置。默认值:True。
2020
``注意: 此参数必须以关键字参数的形式传入``
2121
- **device** (PlaceLike,可选) - 计算发生的设备。默认值:None。

0 commit comments

Comments
 (0)