mirror of https://github.com/coqui-ai/TTS.git
bug fix
This commit is contained in:
parent
1cd25ccf0d
commit
d5d9e6e8ea
|
@ -64,7 +64,7 @@ def run_model_tf(model, inputs, CONFIG, truncated, speaker_id=None, style_mel=No
|
||||||
raise NotImplemented(' [!] Truncated inference not implemented for TF')
|
raise NotImplemented(' [!] Truncated inference not implemented for TF')
|
||||||
# TODO: handle multispeaker case
|
# TODO: handle multispeaker case
|
||||||
decoder_output, postnet_output, alignments, stop_tokens = model(
|
decoder_output, postnet_output, alignments, stop_tokens = model(
|
||||||
inputs, training=False)
|
inputs)
|
||||||
return decoder_output, postnet_output, alignments, stop_tokens
|
return decoder_output, postnet_output, alignments, stop_tokens
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue