Return duration by ForwardTTS inference

This commit is contained in:
Eren Gölge 2022-04-19 11:00:15 +02:00 committed by Eren G??lge
parent 9291d13c69
commit 96779e75ba
1 changed files with 1 additions and 1 deletions

View File

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