We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0184134 commit 8e8f8cdCopy full SHA for 8e8f8cd
1 file changed
tools/nsf_hifigan/config_v1_openvpi.json
@@ -0,0 +1,61 @@
1
+{
2
+ "resblock": "1",
3
+ "learning_rate": 0.0002,
4
+ "adam_b1": 0.8,
5
+ "adam_b2": 0.99,
6
+ "lr_decay": 0.999,
7
+ "upsample_rates": [
8
+ 8,
9
10
+ 2,
11
12
+ 2
13
+ ],
14
+ "upsample_kernel_sizes": [
15
+ 16,
16
17
+ 4,
18
19
+ 4
20
21
+ "upsample_initial_channel": 512,
22
+ "resblock_kernel_sizes": [
23
+ 3,
24
+ 7,
25
+ 11
26
27
+ "resblock_dilation_sizes": [
28
+ [
29
+ 1,
30
31
+ 5
32
33
34
35
36
37
38
39
40
41
42
+ ]
43
44
+ "discriminator_periods": [
45
46
+ 5,
47
48
+ 11,
49
+ 17,
50
+ 23,
51
+ 37
52
53
+ "segment_size": 16384,
54
+ "num_mels": 128,
55
+ "n_fft": 2048,
56
+ "hop_size": 512,
57
+ "win_size": 2048,
58
+ "sampling_rate": 44100,
59
+ "fmin": 40,
60
+ "fmax": 16000
61
+}
0 commit comments