This commit is contained in:
erogol 2020-05-13 13:52:17 +02:00
parent 1cd25ccf0d
commit d5d9e6e8ea
1 changed files with 1 additions and 1 deletions

View File

@ -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')
# TODO: handle multispeaker case
decoder_output, postnet_output, alignments, stop_tokens = model(
inputs, training=False)
inputs)
return decoder_output, postnet_output, alignments, stop_tokens