linter update

This commit is contained in:
erogol 2020-07-30 11:48:12 +02:00
parent 6e7f33c798
commit 5c752799ae
1 changed files with 1 additions and 1 deletions

View File

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