Skip to content

Commit ec4e713

Browse files
authored
Update FastEmit parameter description in RNNTLoss_cn.rst
1 parent a37d160 commit ec4e713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/paddle/nn/RNNTLoss_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RNNTLoss
1111
参数
1212
:::::::::
1313
- **blank** (int,可选) - 空格标记的 ID 值,其取值范围为 [0, num_classes + 1)。数据类型支持 int32。默认值为 0。
14-
- **fastemit_lambda** (float,默认 0.001) - FastEmit 的正则化参数(https://arxiv.org/pdf/2010.11148.pdf)
14+
- **fastemit_lambda** (float,默认 0.001) - FastEmit 的正则化参数,具体请参考:`FastEmit: Low-latency Streaming ASR with Sequence-level Emission Regularization <https://arxiv.org/pdf/2010.11148.pdf>`_
1515
- **reduction** (str,可选) - 表示如何平均损失,候选是 ``'none'`` | ``'mean'`` | ``'sum'`` 。如果是 ``'mean'`` ,输出将是损失的总和并除以 batch_size;如果是 ``'sum'``,返回损失的总和;如果为 ``'none'``,则不应用 reduction。默认是 ``'mean'``。
1616
- **name** (str,可选) - 操作名称,默认为 None。
1717

0 commit comments

Comments
 (0)