mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
update hifigan config
This commit is contained in:
@@ -51,11 +51,11 @@
|
||||
"use_feat_match_loss": true, // use only with melgan discriminators
|
||||
|
||||
// loss weights
|
||||
"stft_loss_weight": 0.5,
|
||||
"subband_stft_loss_weight": 0.5,
|
||||
"mse_G_loss_weight": 2.5,
|
||||
"hinge_G_loss_weight": 2.5,
|
||||
"feat_match_loss_weight": 25,
|
||||
"stft_loss_weight": 45,
|
||||
"subband_stft_loss_weight": 0,
|
||||
"mse_G_loss_weight": 1,
|
||||
"hinge_G_loss_weight": 0,
|
||||
"feat_match_loss_weight": 10,
|
||||
|
||||
// multiscale stft loss parameters
|
||||
"stft_loss_params": {
|
||||
|
||||
Reference in New Issue
Block a user