Update config.yaml
Browse files- models/config.yaml +5 -5
models/config.yaml
CHANGED
@@ -2,7 +2,7 @@ data:
|
|
2 |
block_size: 512
|
3 |
duration: 2
|
4 |
encoder: hubertsoft
|
5 |
-
encoder_ckpt:
|
6 |
encoder_hop_size: 320
|
7 |
encoder_out_channels: 256
|
8 |
encoder_sample_rate: 16000
|
@@ -10,14 +10,14 @@ data:
|
|
10 |
f0_max: 800
|
11 |
f0_min: 65
|
12 |
sampling_rate: 44100
|
13 |
-
train_path:
|
14 |
-
valid_path:
|
15 |
device: cpu
|
16 |
enhancer:
|
17 |
-
ckpt:
|
18 |
type: nsf-hifigan
|
19 |
env:
|
20 |
-
expdir:
|
21 |
gpu_id: 0
|
22 |
loss:
|
23 |
fft_max: 2048
|
|
|
2 |
block_size: 512
|
3 |
duration: 2
|
4 |
encoder: hubertsoft
|
5 |
+
encoder_ckpt: DDSP-SVC/pretrain/hubert/hubert-soft-0d54a1f4.pt
|
6 |
encoder_hop_size: 320
|
7 |
encoder_out_channels: 256
|
8 |
encoder_sample_rate: 16000
|
|
|
10 |
f0_max: 800
|
11 |
f0_min: 65
|
12 |
sampling_rate: 44100
|
13 |
+
train_path: DDSP-SVC/data/train
|
14 |
+
valid_path: DDSP-SVC/data/val
|
15 |
device: cpu
|
16 |
enhancer:
|
17 |
+
ckpt: DDSP-SVC/pretrain/nsf_hifigan/model
|
18 |
type: nsf-hifigan
|
19 |
env:
|
20 |
+
expdir: DDSP-SVC/exp/combsub
|
21 |
gpu_id: 0
|
22 |
loss:
|
23 |
fft_max: 2048
|