update hifigan

This commit is contained in:
lyuxiang.lx
2024-10-16 12:15:49 +08:00
parent 789ee9e5e7
commit 73784974ce
3 changed files with 64 additions and 5 deletions

View File

@@ -393,8 +393,6 @@ def padding(data, use_spk_embedding, mode='train', gan=False):
"speech_token_len": speech_token_len,
"speech_feat": speech_feat,
"speech_feat_len": speech_feat_len,
"pitch_feat": pitch_feat,
"pitch_feat_len": pitch_feat_len,
"text": text,
"text_token": text_token,
"text_token_len": text_token_len,