mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
reset loss weights
This commit is contained in:
@@ -54,11 +54,11 @@
|
||||
"use_hinge_gan_loss": false,
|
||||
"use_feat_match_loss": false, // use only with melgan discriminators
|
||||
|
||||
"stft_loss_weight": 1,
|
||||
"subband_stft_loss_weight": 1,
|
||||
"stft_loss_weight": 0.5,
|
||||
"subband_stft_loss_weight": 0.5,
|
||||
"mse_gan_loss_weight": 2.5,
|
||||
"hinge_gan_loss_weight": 2.5,
|
||||
"feat_match_loss_weight": 10.0,
|
||||
"feat_match_loss_weight": 25,
|
||||
|
||||
"stft_loss_params": {
|
||||
"n_ffts": [1024, 2048, 512],
|
||||
|
||||
Reference in New Issue
Block a user