Skip to content

Commit

Permalink
Return duration by ForwardTTS inference
Browse files Browse the repository at this point in the history
  • Loading branch information
erogol committed Apr 19, 2022
1 parent 7ce4444 commit b6073d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TTS/tts/models/forward_tts.py
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ def inference(
outputs = {
"alignments": attn,
"pitch": o_pitch,
"durations_log": o_dr_log,
"durations": o_dr,
"g": g,
}
if skip_decoder:
Expand Down

0 comments on commit b6073d1

Please sign in to comment.