Skip to content

Commit 5e2485f

Browse files
authored
Remove 'zero_infinity' parameter from CTCLoss docs
Removed the 'zero_infinity' parameter description from CTCLoss documentation.
1 parent a522d60 commit 5e2485f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/api/paddle/nn/CTCLoss_cn.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ CTCLoss
2121
- **input_lengths** (Tensor) - 表示输入 ``log_probs`` 数据中每个序列的长度,shape 为 [batch_size]。数据类型支持 int64。
2222
- **label_lengths** (Tensor) - 表示 label 中每个序列的长度,shape 为 [batch_size]。数据类型支持 int64。
2323
- **norm_by_times** (bool,可选) - 是否根据序列长度对梯度进行正则化。数据类型支持 bool。默认值为 False。
24-
- **zero_infinity** (bool,可选) - 防止梯度出现无限,将其重置为 0,以免训练时发生爆炸。通常情况下,初始化后便不再需要重新设置 ``forward`` 的 ``zero_infinity``
2524

2625
返回
2726
:::::::::

0 commit comments

Comments
 (0)