remove masking

This commit is contained in:
Eren Golge 2018-03-19 09:30:10 -07:00
parent 3071e7f6f6
commit ed0f9f4d78
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