提交 612e8be4 编写于 作者: S simson

fix the indentation bug in CTCLoss

上级 eface185
...@@ -5308,7 +5308,7 @@ class CTCLoss(PrimitiveWithInfer): ...@@ -5308,7 +5308,7 @@ class CTCLoss(PrimitiveWithInfer):
Outputs: Outputs:
- **loss** (Tensor) - A tensor containing log-probabilities, the shape is :math:`(batch_size)`. The tensor has - **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`. - **gradient** (Tensor) - The gradient of `loss`, has the same type and shape with `inputs`.
Examples: Examples:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册