Update duration_predictor.py

pull/1327/head
TianYuan 3 years ago committed by GitHub
parent 940390a443
commit acfe2b9084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -115,8 +115,8 @@ class DurationPredictor(nn.Layer):
Returns
----------
Tensor
Batch of predicted durations in log domain (B, Tmax).
Tensor
Batch of predicted durations in log domain (B, Tmax).
"""
return self._forward(xs, x_masks, False)

Loading…
Cancel
Save