mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
linter update
This commit is contained in:
@@ -113,7 +113,7 @@ class Tacotron(TacotronAbstract):
|
||||
encoder_outputs = self.encoder(inputs)
|
||||
# sequence masking
|
||||
encoder_outputs = encoder_outputs * input_mask.unsqueeze(2).expand_as(encoder_outputs)
|
||||
|
||||
|
||||
# global style token
|
||||
if self.gst:
|
||||
# B x gst_dim
|
||||
|
||||
Reference in New Issue
Block a user