From 9915d79173bcdaa1838a611cc51e101220b853f3 Mon Sep 17 00:00:00 2001 From: erogol Date: Tue, 24 Mar 2020 01:30:58 +0100 Subject: [PATCH] return inputs with synthesis --- utils/synthesis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/synthesis.py b/utils/synthesis.py index ffe9920a..9158ef02 100644 --- a/utils/synthesis.py +++ b/utils/synthesis.py @@ -137,4 +137,4 @@ def synthesis(model, # trim silence if do_trim_silence: wav = trim_silence(wav, ap) - return wav, alignment, decoder_output, postnet_output, stop_tokens + return wav, alignment, decoder_output, postnet_output, stop_tokens, inputs