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

@@ -28,6 +28,7 @@ class HyperParametersTrain(BaseModel):
c_mel: int = 45
c_kl: float = 1.0
c_matcha: float = 1.0
matcha_only: bool = False
c_commit: int = 100
skip_optimizer: bool = False
freeze_ZH_bert: bool = False
@@ -83,6 +84,7 @@ class HyperParametersModel(BaseModel):
matcha_dropout: float = 0.05
matcha_sigma_min: float = 0.0001
matcha_n_timesteps: int = 8
matcha_use_diff_attention: bool = False
inter_channels: int = 192
hidden_channels: int = 192
filter_channels: int = 768