未验证 提交 acfe2b90 编写于 作者: 小湉湉's avatar 小湉湉 提交者: GitHub

Update duration_predictor.py

上级 940390a4
...@@ -115,8 +115,8 @@ class DurationPredictor(nn.Layer): ...@@ -115,8 +115,8 @@ class DurationPredictor(nn.Layer):
Returns Returns
---------- ----------
Tensor Tensor
Batch of predicted durations in log domain (B, Tmax). Batch of predicted durations in log domain (B, Tmax).
""" """
return self._forward(xs, x_masks, False) return self._forward(xs, x_masks, False)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册