return inputs with synthesis

This commit is contained in:
erogol 2020-03-24 01:30:58 +01:00
parent 745cc4e20a
commit 9915d79173
1 changed files with 1 additions and 1 deletions

View File

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