Skip to content

Commit 8e8f8cd

Browse files
authored
Add JSON File of Openvpi's Version (#126)
* Add JSON File of Openvpi's Version * Rename config_v1_openvpi_ver.json to config_v1_openvpi.json
1 parent 0184134 commit 8e8f8cd

1 file changed

Lines changed: 61 additions & 0 deletions

File tree

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
8,
10+
2,
11+
2,
12+
2
13+
],
14+
"upsample_kernel_sizes": [
15+
16,
16+
16,
17+
4,
18+
4,
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+
3,
31+
5
32+
],
33+
[
34+
1,
35+
3,
36+
5
37+
],
38+
[
39+
1,
40+
3,
41+
5
42+
]
43+
],
44+
"discriminator_periods": [
45+
3,
46+
5,
47+
7,
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

Comments
 (0)