mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-05 18:29:19 +08:00
Initial commit
This commit is contained in:
14
configs/model/matcha.yaml
Normal file
14
configs/model/matcha.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
defaults:
|
||||
- _self_
|
||||
- encoder: default.yaml
|
||||
- decoder: default.yaml
|
||||
- cfm: default.yaml
|
||||
- optimizer: adam.yaml
|
||||
|
||||
_target_: matcha.models.matcha_tts.MatchaTTS
|
||||
n_vocab: 178
|
||||
n_spks: ${data.n_spks}
|
||||
spk_emb_dim: 64
|
||||
n_feats: 80
|
||||
data_statistics: ${data.data_statistics}
|
||||
out_size: null # Must be divisible by 4
|
||||
Reference in New Issue
Block a user