update docstring

pull/2212/head
Hui Zhang 3 years ago
parent 6149daa221
commit 05bc258833

@ -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)

Loading…
Cancel
Save