mirror of https://github.com/coqui-ai/TTS.git
Remove depricated comment
This commit is contained in:
parent
0f933106ca
commit
819011e1a2
|
@ -209,7 +209,6 @@ class Decoder(nn.Module):
|
||||||
in_features (int): input vector (encoder output) sample size.
|
in_features (int): input vector (encoder output) sample size.
|
||||||
memory_dim (int): memory vector (prev. time-step output) sample size.
|
memory_dim (int): memory vector (prev. time-step output) sample size.
|
||||||
r (int): number of outputs per time step.
|
r (int): number of outputs per time step.
|
||||||
eps (float): threshold for detecting the end of a sentence.
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, in_features, memory_dim, r):
|
def __init__(self, in_features, memory_dim, r):
|
||||||
|
|
Loading…
Reference in New Issue