remove masking

This commit is contained in:
Eren Golge 2018-03-19 09:30:10 -07:00
parent db1b710263
commit ca73870e13
1 changed files with 1 additions and 1 deletions

View File

@ -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