mirror of https://github.com/coqui-ai/TTS.git
remove masking
This commit is contained in:
parent
3071e7f6f6
commit
ed0f9f4d78
|
@ -34,7 +34,7 @@ class Tacotron(nn.Module):
|
|||
|
||||
# (B, T', mel_dim*r)
|
||||
mel_outputs, alignments = self.decoder(
|
||||
encoder_outputs, mel_specs, input_lengths=input_lengths)
|
||||
encoder_outputs, mel_specs)
|
||||
|
||||
# Post net processing below
|
||||
|
||||
|
|
Loading…
Reference in New Issue