Skip to content

Commit

Permalink
reverted resblock value to "1" for compatibility with RVC mainline.
Browse files Browse the repository at this point in the history
  • Loading branch information
AznamirWoW committed Dec 11, 2024
1 parent d7d685f commit 1c27bec
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion rvc/configs/v1/32000.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"n_layers": 6,
"kernel_size": 3,
"p_dropout": 0,
"resblock": 1,
"resblock": "1",
"resblock_kernel_sizes": [3,7,11],
"resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]],
"upsample_rates": [10,4,2,2,2],
Expand Down
2 changes: 1 addition & 1 deletion rvc/configs/v1/40000.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"n_layers": 6,
"kernel_size": 3,
"p_dropout": 0,
"resblock": 1,
"resblock": "1",
"resblock_kernel_sizes": [3,7,11],
"resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]],
"upsample_rates": [10,10,2,2],
Expand Down
2 changes: 1 addition & 1 deletion rvc/configs/v1/48000.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"n_layers": 6,
"kernel_size": 3,
"p_dropout": 0,
"resblock": 1,
"resblock": "1",
"resblock_kernel_sizes": [3,7,11],
"resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]],
"upsample_rates": [10,6,2,2,2],
Expand Down
2 changes: 1 addition & 1 deletion rvc/configs/v2/32000.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"n_layers": 6,
"kernel_size": 3,
"p_dropout": 0,
"resblock": 1,
"resblock": "1",
"resblock_kernel_sizes": [3,7,11],
"resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]],
"upsample_rates": [10,8,2,2],
Expand Down
2 changes: 1 addition & 1 deletion rvc/configs/v2/40000.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"n_layers": 6,
"kernel_size": 3,
"p_dropout": 0,
"resblock": 1,
"resblock": "1",
"resblock_kernel_sizes": [3,7,11],
"resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]],
"upsample_rates": [10,10,2,2],
Expand Down
2 changes: 1 addition & 1 deletion rvc/configs/v2/48000.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"n_layers": 6,
"kernel_size": 3,
"p_dropout": 0,
"resblock": 1,
"resblock": "1",
"resblock_kernel_sizes": [3,7,11],
"resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]],
"upsample_rates": [12,10,2,2],
Expand Down

0 comments on commit 1c27bec

Please sign in to comment.