Fhrozen commited on
Commit
e6223dd
1 Parent(s): f6e033f

update readme

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md CHANGED
@@ -1,3 +1,52 @@
1
  ---
 
 
 
 
 
 
 
 
 
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - espnet
4
+ - audio
5
+ - audio-to-audio
6
+ - vocoder
7
+ language:
8
+ - en
9
+ datasets:
10
+ - vctk
11
  license: cc-by-4.0
12
  ---
13
+
14
+ ## Vocoder model - HifiGAN - English
15
+
16
+ https://github.com/kan-bayashi/ParallelWaveGAN
17
+
18
+ **No support given.**
19
+
20
+ ### Details
21
+
22
+ ```
23
+ batch_size: 16
24
+ discriminator_params:
25
+ follow_official_norm: true
26
+ period_discriminator_params:
27
+ bias: true
28
+ channels: 32
29
+ downsample_scales:
30
+ - 3
31
+ - 3
32
+ - 3
33
+ - 3
34
+ - 1
35
+ in_channels: 1
36
+ kernel_sizes:
37
+ - 5
38
+ - 3
39
+ max_downsample_channels: 1024
40
+ nonlinear_activation: LeakyReLU
41
+ nonlinear_activation_params:
42
+ negative_slope: 0.1
43
+ out_channels: 1
44
+ use_spectral_norm: false
45
+ use_weight_norm: true
46
+ periods:
47
+ - 2
48
+ - 3
49
+ - 5
50
+ - 7
51
+ - 11
52
+ ```