Update length_regulator.py

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

@ -70,7 +70,7 @@ class LengthRegulator(nn.Layer):
----------
xs : Tensor
Batch of sequences of char or phoneme embeddings (B, Tmax, D).
ds : LongTensor
ds : Tensor(int64)
Batch of durations of each frame (B, T).
alpha : float, optional
Alpha value to control speed of speech.

Loading…
Cancel
Save