bug fix addinf gmissing output for synthesis

This commit is contained in:
erogol 2020-03-25 01:56:29 +01:00
parent 9915d79173
commit 52c0b4e3e1
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ def evaluate(model, criterion, ap, global_step, epoch):
style_wav = c.get("style_wav_for_test")
for idx, test_sentence in enumerate(test_sentences):
try:
wav, alignment, decoder_output, postnet_output, stop_tokens = synthesis(
wav, alignment, decoder_output, postnet_output, stop_tokens, inputs = synthesis(
model,
test_sentence,
c,