fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user