KingNish commited on
Commit
519b3c7
·
verified ·
1 Parent(s): ffe7845

Upload ./decoders/config.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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