reset loss weights

pull/1/head
erogol 2020-06-03 12:15:48 +02:00
parent b25af49c34
commit 1e017f866a
1 changed files with 3 additions and 3 deletions

View File

@ -54,11 +54,11 @@
"use_hinge_gan_loss": false, "use_hinge_gan_loss": false,
"use_feat_match_loss": false, // use only with melgan discriminators "use_feat_match_loss": false, // use only with melgan discriminators
"stft_loss_weight": 1, "stft_loss_weight": 0.5,
"subband_stft_loss_weight": 1, "subband_stft_loss_weight": 0.5,
"mse_gan_loss_weight": 2.5, "mse_gan_loss_weight": 2.5,
"hinge_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": { "stft_loss_params": {
"n_ffts": [1024, 2048, 512], "n_ffts": [1024, 2048, 512],