Return duration by ForwardTTS inference

This commit is contained in:
Eren Gölge 2022-04-19 11:00:15 +02:00
parent 7ce4444056
commit b6073d16fb
1 changed files with 1 additions and 1 deletions

View File

@ -677,7 +677,7 @@ class ForwardTTS(BaseTTS):
outputs = { outputs = {
"alignments": attn, "alignments": attn,
"pitch": o_pitch, "pitch": o_pitch,
"durations_log": o_dr_log, "durations": o_dr,
"g": g, "g": g,
} }
if skip_decoder: if skip_decoder: