From a9915c3144e1a8d35acb80ad3d908c83b4c98f47 Mon Sep 17 00:00:00 2001 From: Anjok07 <68268275+Anjok07@users.noreply.github.com> Date: Fri, 31 Mar 2023 05:17:02 -0500 Subject: [PATCH] Add files via upload --- .../modelparams/1band_sr44100_hl512_nf1024.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib_v5/vr_network/modelparams/1band_sr44100_hl512_nf1024.json b/lib_v5/vr_network/modelparams/1band_sr44100_hl512_nf1024.json index 0cdf45b..120ef1a 100644 --- a/lib_v5/vr_network/modelparams/1band_sr44100_hl512_nf1024.json +++ b/lib_v5/vr_network/modelparams/1band_sr44100_hl512_nf1024.json @@ -1,5 +1,5 @@ { - "bins": 1024, + "bins": 512, "unstable_bins": 0, "reduction_bins": 0, "band": { @@ -8,12 +8,12 @@ "hl": 512, "n_fft": 1024, "crop_start": 0, - "crop_stop": 1024, + "crop_stop": 512, "hpf_start": -1, "res_type": "sinc_best" } }, "sr": 44100, - "pre_filter_start": 1023, - "pre_filter_stop": 1024 + "pre_filter_start": 511, + "pre_filter_stop": 512 } \ No newline at end of file