mirror of https://github.com/coqui-ai/TTS.git
linter update
This commit is contained in:
parent
6e7f33c798
commit
5c752799ae
|
@ -113,7 +113,7 @@ class Tacotron(TacotronAbstract):
|
||||||
encoder_outputs = self.encoder(inputs)
|
encoder_outputs = self.encoder(inputs)
|
||||||
# sequence masking
|
# sequence masking
|
||||||
encoder_outputs = encoder_outputs * input_mask.unsqueeze(2).expand_as(encoder_outputs)
|
encoder_outputs = encoder_outputs * input_mask.unsqueeze(2).expand_as(encoder_outputs)
|
||||||
|
|
||||||
# global style token
|
# global style token
|
||||||
if self.gst:
|
if self.gst:
|
||||||
# B x gst_dim
|
# B x gst_dim
|
||||||
|
|
Loading…
Reference in New Issue