mirror of
https://github.com/wassname/TTS.git
synced 2026-09-10 11:50:20 +08:00
bug fixes and fixing unit tests
This commit is contained in:
@@ -470,7 +470,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 = synthesis(
|
||||
model,
|
||||
test_sentence,
|
||||
c,
|
||||
|
||||
Reference in New Issue
Block a user