“012c7fc0fdf20cd37ca3b655879ea5e1a634fb21”上不存在“git@gitcode.net:paddlepaddle/Serving.git”
提交 05bc2588 编写于 作者: H Hui Zhang

update docstring

上级 6149daa2
...@@ -654,7 +654,7 @@ class U2BaseModel(ASRInterface, nn.Layer): ...@@ -654,7 +654,7 @@ class U2BaseModel(ASRInterface, nn.Layer):
Args: Args:
xs (paddle.Tensor): encoder output, (B, T, D) xs (paddle.Tensor): encoder output, (B, T, D)
Returns: Returns:
paddle.Tensor: activation before ctc paddle.Tensor: activation before ctc. (B, Tmax, odim)
""" """
return self.ctc.log_softmax(xs) return self.ctc.log_softmax(xs)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册