diff --git a/TTS/tts/models/forward_tts.py b/TTS/tts/models/forward_tts.py index e5c275c7..f7db282c 100644 --- a/TTS/tts/models/forward_tts.py +++ b/TTS/tts/models/forward_tts.py @@ -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: