File size: 269 Bytes
8d7f03b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
backbone:
  class_path: vocos.models.VocosBackbone
  init_args:
    input_channels: 1024
    dim: 512
    intermediate_dim: 1536
    num_layers: 8

head:
  class_path: vocos.heads.ISTFTHead
  init_args:
    dim: 512
    n_fft: 3528
    hop_length: 882
    padding: same