This commit is contained in:
2025-08-20 16:10:23 +08:00
parent 9ca117be75
commit 2e78985355
92 changed files with 18189 additions and 40 deletions

View File

@@ -0,0 +1,24 @@
feature_extractor:
class_path: vocos.feature_extractors.MelSpectrogramFeatures
init_args:
sample_rate: 24000
n_fft: 1024
hop_length: 256
n_mels: 100
padding: center
backbone:
class_path: vocos.models.VocosBackbone
init_args:
input_channels: 100
dim: 512
intermediate_dim: 1536
num_layers: 8
head:
class_path: vocos.heads.ISTFTHead
init_args:
dim: 512
n_fft: 1024
hop_length: 256
padding: center