浏览代码

!5796 fix the indentation bug in CTCLoss

Merge pull request !5796 from Simson/push-to-opensource
tags/v1.0.0
mindspore-ci-bot Gitee 5 年前
父节点
当前提交
6a946bddab
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      mindspore/ops/operations/nn_ops.py

+ 1
- 1
mindspore/ops/operations/nn_ops.py 查看文件

@@ -5308,7 +5308,7 @@ class CTCLoss(PrimitiveWithInfer):

Outputs:
- **loss** (Tensor) - A tensor containing log-probabilities, the shape is :math:`(batch_size)`. The tensor has
the same type with `inputs`.
the same type with `inputs`.
- **gradient** (Tensor) - The gradient of `loss`, has the same type and shape with `inputs`.

Examples:


正在加载...
取消
保存