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