Spaces:
Runtime error
Runtime error
Upload ./decoders/config.yaml with huggingface_hub
Browse files- decoders/config.yaml +15 -0
decoders/config.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
backbone:
|
| 2 |
+
class_path: vocos.models.VocosBackbone
|
| 3 |
+
init_args:
|
| 4 |
+
input_channels: 1024
|
| 5 |
+
dim: 512
|
| 6 |
+
intermediate_dim: 1536
|
| 7 |
+
num_layers: 8
|
| 8 |
+
|
| 9 |
+
head:
|
| 10 |
+
class_path: vocos.heads.ISTFTHead
|
| 11 |
+
init_args:
|
| 12 |
+
dim: 512
|
| 13 |
+
n_fft: 3528
|
| 14 |
+
hop_length: 882
|
| 15 |
+
padding: same
|