StableTTSのpre traingモデル
データセット
パラメータ
公式と同じ
@dataclass
class ModelConfig:
hidden_channels: int = 192
filter_channels: int = 512
n_heads: int = 2
n_enc_layers: int = 3
n_dec_layers: int = 2
kernel_size: int = 3
p_dropout: int = 0.1
gin_channels: int = 192