mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-05 10:19:19 +08:00
Adding option to do flow matching based duration prediction
This commit is contained in:
7
configs/model/duration_predictor/deterministic.yaml
Normal file
7
configs/model/duration_predictor/deterministic.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: deterministic
|
||||
n_spks: ${model.n_spks}
|
||||
spk_emb_dim: ${model.spk_emb_dim}
|
||||
filter_channels: 256
|
||||
kernel_size: 3
|
||||
n_channels: ${model.encoder.encoder_params.n_channels}
|
||||
p_dropout: ${model.encoder.encoder_params.p_dropout}
|
||||
7
configs/model/duration_predictor/flow_matching.yaml
Normal file
7
configs/model/duration_predictor/flow_matching.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
defaults:
|
||||
- deterministic.yaml
|
||||
- _self_
|
||||
|
||||
sigma_min: 1e-4
|
||||
n_steps: 10
|
||||
name: flow_matching
|
||||
Reference in New Issue
Block a user