Commit 3cf64e3
[docs] Update ctc_loss function parameters in documentation (#7597)
* Update ctc_loss function parameters in documentation
Added parameters 'norm_by_times' and 'zero_infinity' to ctc_loss function documentation.
* Fix formatting of 'zero_infinity' in ctc_loss_cn.rst
Correct formatting of the 'zero_infinity' parameter description in the CTC loss documentation.
* Update CTCLoss_cn.rst with zero_infinity parameter
Add description for zero_infinity parameter in CTCLoss.
* Revise CTCLoss parameter mapping in documentation
Updated the parameter mapping for PyTorch and PaddlePaddle in the CTCLoss documentation, including the addition of the 'zero_infinity' parameter for PaddlePaddle.
* Delete docs/guides/model_convert/convert_from_pytorch/api_difference/torch_more_args/torch.nn.CTCLoss.md
* Add zero_infinity parameter to CTCLoss class
* Remove 'zero_infinity' parameter from CTCLoss docs
Removed the 'zero_infinity' parameter description from CTCLoss documentation.
* Delete docs/guides/model_convert/convert_from_pytorch/api_difference/torch_more_args/torch.nn.functional.ctc_loss.md
* Update docs/api/paddle/nn/functional/ctc_loss_cn.rst
Co-authored-by: Nyakku Shigure <[email protected]>
* Update CTCLoss_cn.rst
* Update CTCLoss_cn.rst
* Update ctc_loss_cn.rst
* Update ctc_loss_cn.rst
* Update CTCLoss_cn.rst
* Update ctc_loss_cn.rst
* Update CTCLoss_cn.rst
* Update ctc_loss_cn.rst
* Update docs/api/paddle/nn/functional/ctc_loss_cn.rst
Co-authored-by: Copilot <[email protected]>
* Update docs/api/paddle/nn/CTCLoss_cn.rst
Co-authored-by: Copilot <[email protected]>
* Update docs/api/paddle/nn/functional/ctc_loss_cn.rst
* Update docs/api/paddle/nn/CTCLoss_cn.rst
---------
Co-authored-by: Nyakku Shigure <[email protected]>
Co-authored-by: Copilot <[email protected]>1 parent dbf79a8 commit 3cf64e3
File tree
4 files changed
+4
-49
lines changed- docs
- api/paddle/nn
- functional
- guides/model_convert/convert_from_pytorch/api_difference/torch_more_args
4 files changed
+4
-49
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 0 additions & 24 deletions
This file was deleted.
0 commit comments