From 52c0b4e3e11327d71783cefc07a2d388d35df5fd Mon Sep 17 00:00:00 2001 From: erogol Date: Wed, 25 Mar 2020 01:56:29 +0100 Subject: [PATCH] bug fix addinf gmissing output for synthesis --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.py b/train.py index 62800c7b..0bd1f2af 100644 --- a/train.py +++ b/train.py @@ -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,