We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37d160 commit ec4e713Copy full SHA for ec4e713
docs/api/paddle/nn/RNNTLoss_cn.rst
@@ -11,7 +11,7 @@ RNNTLoss
11
参数
12
:::::::::
13
- **blank** (int,可选) - 空格标记的 ID 值,其取值范围为 [0, num_classes + 1)。数据类型支持 int32。默认值为 0。
14
- - **fastemit_lambda** (float,默认 0.001) - FastEmit 的正则化参数(https://arxiv.org/pdf/2010.11148.pdf)。
+ - **fastemit_lambda** (float,默认 0.001) - FastEmit 的正则化参数,具体请参考:`FastEmit: Low-latency Streaming ASR with Sequence-level Emission Regularization <https://arxiv.org/pdf/2010.11148.pdf>`_ 。
15
- **reduction** (str,可选) - 表示如何平均损失,候选是 ``'none'`` | ``'mean'`` | ``'sum'`` 。如果是 ``'mean'`` ,输出将是损失的总和并除以 batch_size;如果是 ``'sum'``,返回损失的总和;如果为 ``'none'``,则不应用 reduction。默认是 ``'mean'``。
16
- **name** (str,可选) - 操作名称,默认为 None。
17
0 commit comments