This commit is contained in:
tuna2134
2026-07-20 21:25:49 +09:00
parent 0c2be00f0a
commit b8ce11605c
17 changed files with 496 additions and 38 deletions

View File

@@ -17,6 +17,7 @@
"c_mel": 45,
"c_kl": 1.0,
"c_matcha": 1.0,
"matcha_only": false,
"skip_optimizer": false,
"freeze_ZH_bert": false,
"freeze_JP_bert": false,
@@ -55,6 +56,7 @@
"matcha_dropout": 0.05,
"matcha_sigma_min": 0.0001,
"matcha_n_timesteps": 8,
"matcha_use_diff_attention": true,
"inter_channels": 192,
"hidden_channels": 192,
"filter_channels": 768,

View File

@@ -18,6 +18,7 @@
"c_mel": 45,
"c_kl": 1.0,
"c_matcha": 1.0,
"matcha_only": false,
"c_commit": 100,
"skip_optimizer": false,
"freeze_ZH_bert": false,
@@ -55,6 +56,7 @@
"matcha_dropout": 0.05,
"matcha_sigma_min": 0.0001,
"matcha_n_timesteps": 8,
"matcha_use_diff_attention": true,
"inter_channels": 192,
"hidden_channels": 192,
"filter_channels": 768,