提交 05bc2588 编写于 作者: H Hui Zhang

update docstring

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