mirror of https://github.com/coqui-ai/TTS.git
remove unused vars on test glow tts
This commit is contained in:
parent
d78f27ea41
commit
65860a954a
|
@ -174,7 +174,7 @@ class GlowTTSInferenceTest(unittest.TestCase):
|
||||||
print(" > Num parameters for GlowTTS model:%s" % (count_parameters(model)))
|
print(" > Num parameters for GlowTTS model:%s" % (count_parameters(model)))
|
||||||
|
|
||||||
# inference encoder and decoder with MAS
|
# inference encoder and decoder with MAS
|
||||||
y, _, _, _, _, _, _ = model.inference_with_MAS(
|
y, *_ = model.inference_with_MAS(
|
||||||
input_dummy, input_lengths, mel_spec, mel_lengths, None
|
input_dummy, input_lengths, mel_spec, mel_lengths, None
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue