Skip to content

Commit

Permalink
Add JSON File of Openvpi's Version (#126)
Browse files Browse the repository at this point in the history
* Add JSON File of Openvpi's Version

* Rename config_v1_openvpi_ver.json to config_v1_openvpi.json
  • Loading branch information
colstone authored May 1, 2024
1 parent 0184134 commit 8e8f8cd
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions tools/nsf_hifigan/config_v1_openvpi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"resblock": "1",
"learning_rate": 0.0002,
"adam_b1": 0.8,
"adam_b2": 0.99,
"lr_decay": 0.999,
"upsample_rates": [
8,
8,
2,
2,
2
],
"upsample_kernel_sizes": [
16,
16,
4,
4,
4
],
"upsample_initial_channel": 512,
"resblock_kernel_sizes": [
3,
7,
11
],
"resblock_dilation_sizes": [
[
1,
3,
5
],
[
1,
3,
5
],
[
1,
3,
5
]
],
"discriminator_periods": [
3,
5,
7,
11,
17,
23,
37
],
"segment_size": 16384,
"num_mels": 128,
"n_fft": 2048,
"hop_size": 512,
"win_size": 2048,
"sampling_rate": 44100,
"fmin": 40,
"fmax": 16000
}

0 comments on commit 8e8f8cd

Please sign in to comment.