papercore-dev
commited on
Commit
•
c1587b3
1
Parent(s):
6a66d5b
Upload config.yaml
Browse files- config.yaml +349 -0
config.yaml
ADDED
@@ -0,0 +1,349 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
K_step: 1000
|
2 |
+
accumulate_grad_batches: 1
|
3 |
+
audio_num_mel_bins: 80
|
4 |
+
audio_sample_rate: 24000
|
5 |
+
binarization_args:
|
6 |
+
shuffle: false
|
7 |
+
with_align: true
|
8 |
+
with_f0: true
|
9 |
+
with_hubert: true
|
10 |
+
with_spk_embed: false
|
11 |
+
with_wav: false
|
12 |
+
binarizer_cls: preprocessing.SVCpre.SVCBinarizer
|
13 |
+
binary_data_dir: data/binary/duckaloid
|
14 |
+
check_val_every_n_epoch: 10
|
15 |
+
choose_test_manually: false
|
16 |
+
clip_grad_norm: 1
|
17 |
+
config_path: training/config.yaml
|
18 |
+
content_cond_steps: []
|
19 |
+
cwt_add_f0_loss: false
|
20 |
+
cwt_hidden_size: 128
|
21 |
+
cwt_layers: 2
|
22 |
+
cwt_loss: l1
|
23 |
+
cwt_std_scale: 0.8
|
24 |
+
datasets:
|
25 |
+
- opencpop
|
26 |
+
debug: false
|
27 |
+
dec_ffn_kernel_size: 9
|
28 |
+
dec_layers: 4
|
29 |
+
decay_steps: 60000
|
30 |
+
decoder_type: fft
|
31 |
+
dict_dir: ''
|
32 |
+
diff_decoder_type: wavenet
|
33 |
+
diff_loss_type: l2
|
34 |
+
dilation_cycle_length: 4
|
35 |
+
dropout: 0.1
|
36 |
+
ds_workers: 4
|
37 |
+
dur_enc_hidden_stride_kernel:
|
38 |
+
- 0,2,3
|
39 |
+
- 0,2,3
|
40 |
+
- 0,1,3
|
41 |
+
dur_loss: mse
|
42 |
+
dur_predictor_kernel: 3
|
43 |
+
dur_predictor_layers: 5
|
44 |
+
enc_ffn_kernel_size: 9
|
45 |
+
enc_layers: 4
|
46 |
+
encoder_K: 8
|
47 |
+
encoder_type: fft
|
48 |
+
endless_ds: false
|
49 |
+
f0_bin: 256
|
50 |
+
f0_max: 1100.0
|
51 |
+
f0_min: 50.0
|
52 |
+
ffn_act: gelu
|
53 |
+
ffn_padding: SAME
|
54 |
+
fft_size: 512
|
55 |
+
fmax: 12000
|
56 |
+
fmin: 30
|
57 |
+
fs2_ckpt: ''
|
58 |
+
gaussian_start: true
|
59 |
+
gen_dir_name: ''
|
60 |
+
gen_tgt_spk_id: -1
|
61 |
+
hidden_size: 256
|
62 |
+
hop_size: 128
|
63 |
+
hubert_gpu: true
|
64 |
+
hubert_path: checkpoints/hubert/hubert_soft.pt
|
65 |
+
infer: false
|
66 |
+
keep_bins: 80
|
67 |
+
lambda_commit: 0.25
|
68 |
+
lambda_energy: 0.0
|
69 |
+
lambda_f0: 1.0
|
70 |
+
lambda_ph_dur: 0.3
|
71 |
+
lambda_sent_dur: 1.0
|
72 |
+
lambda_uv: 1.0
|
73 |
+
lambda_word_dur: 1.0
|
74 |
+
load_ckpt: /content/diff-svc/pretrain/model_ckpt_steps_200000.ckpt
|
75 |
+
log_interval: 100
|
76 |
+
loud_norm: false
|
77 |
+
lr: 5.0e-05
|
78 |
+
max_beta: 0.02
|
79 |
+
max_epochs: 3000
|
80 |
+
max_eval_sentences: 1
|
81 |
+
max_eval_tokens: 60000
|
82 |
+
max_frames: 42000
|
83 |
+
max_input_tokens: 60000
|
84 |
+
max_sentences: 12
|
85 |
+
max_tokens: 128000
|
86 |
+
max_updates: 1000000
|
87 |
+
mel_loss: ssim:0.5|l1:0.5
|
88 |
+
mel_vmax: 1.5
|
89 |
+
mel_vmin: -6.0
|
90 |
+
min_level_db: -120
|
91 |
+
no_fs2: false
|
92 |
+
norm_type: gn
|
93 |
+
num_ckpt_keep: 10
|
94 |
+
num_heads: 2
|
95 |
+
num_sanity_val_steps: 1
|
96 |
+
num_spk: 1
|
97 |
+
num_test_samples: 0
|
98 |
+
num_valid_plots: 10
|
99 |
+
optimizer_adam_beta1: 0.9
|
100 |
+
optimizer_adam_beta2: 0.98
|
101 |
+
out_wav_norm: false
|
102 |
+
pe_ckpt: checkpoints/0102_xiaoma_pe/model_ckpt_steps_60000.ckpt
|
103 |
+
pe_enable: false
|
104 |
+
perform_enhance: true
|
105 |
+
pitch_ar: false
|
106 |
+
pitch_enc_hidden_stride_kernel:
|
107 |
+
- 0,2,5
|
108 |
+
- 0,2,5
|
109 |
+
- 0,2,5
|
110 |
+
pitch_extractor: parselmouth
|
111 |
+
pitch_loss: l2
|
112 |
+
pitch_norm: log
|
113 |
+
pitch_type: frame
|
114 |
+
pndm_speedup: 10
|
115 |
+
pre_align_args:
|
116 |
+
allow_no_txt: false
|
117 |
+
denoise: false
|
118 |
+
forced_align: mfa
|
119 |
+
txt_processor: zh_g2pM
|
120 |
+
use_sox: true
|
121 |
+
use_tone: false
|
122 |
+
pre_align_cls: data_gen.singing.pre_align.SingingPreAlign
|
123 |
+
predictor_dropout: 0.5
|
124 |
+
predictor_grad: 0.1
|
125 |
+
predictor_hidden: -1
|
126 |
+
predictor_kernel: 5
|
127 |
+
predictor_layers: 5
|
128 |
+
prenet_dropout: 0.5
|
129 |
+
prenet_hidden_size: 256
|
130 |
+
pretrain_fs_ckpt: ''
|
131 |
+
processed_data_dir: xxx
|
132 |
+
profile_infer: false
|
133 |
+
raw_data_dir: data/raw/duckaloid
|
134 |
+
ref_norm_layer: bn
|
135 |
+
rel_pos: true
|
136 |
+
reset_phone_dict: true
|
137 |
+
residual_channels: 256
|
138 |
+
residual_layers: 20
|
139 |
+
save_best: false
|
140 |
+
save_ckpt: true
|
141 |
+
save_codes:
|
142 |
+
- configs
|
143 |
+
- modules
|
144 |
+
- src
|
145 |
+
- utils
|
146 |
+
save_f0: true
|
147 |
+
save_gt: false
|
148 |
+
schedule_type: linear
|
149 |
+
seed: 1234
|
150 |
+
sort_by_len: true
|
151 |
+
speaker_id: duckaloid
|
152 |
+
spec_max:
|
153 |
+
- 0.31781044602394104
|
154 |
+
- 0.23643149435520172
|
155 |
+
- 0.3626210689544678
|
156 |
+
- 0.3854254484176636
|
157 |
+
- 0.42850273847579956
|
158 |
+
- 0.44149714708328247
|
159 |
+
- 0.4209049344062805
|
160 |
+
- 0.3555622100830078
|
161 |
+
- 0.2809910476207733
|
162 |
+
- 0.27863848209381104
|
163 |
+
- 0.3248143494129181
|
164 |
+
- 0.2951713502407074
|
165 |
+
- 0.3265945613384247
|
166 |
+
- 0.35381320118904114
|
167 |
+
- 0.3171076774597168
|
168 |
+
- 0.214978888630867
|
169 |
+
- 0.2786235809326172
|
170 |
+
- 0.19925639033317566
|
171 |
+
- 0.163624569773674
|
172 |
+
- 0.2072090208530426
|
173 |
+
- 0.185895174741745
|
174 |
+
- 0.22331289947032928
|
175 |
+
- 0.2879233658313751
|
176 |
+
- 0.32632938027381897
|
177 |
+
- 0.35732847452163696
|
178 |
+
- 0.2702403664588928
|
179 |
+
- 0.2566107511520386
|
180 |
+
- 0.19432830810546875
|
181 |
+
- 0.15343080461025238
|
182 |
+
- 0.20222099125385284
|
183 |
+
- 0.13304749131202698
|
184 |
+
- 0.05277668684720993
|
185 |
+
- -0.07643222063779831
|
186 |
+
- -0.028486797586083412
|
187 |
+
- -0.06416790932416916
|
188 |
+
- -0.06962753087282181
|
189 |
+
- -0.11227447539567947
|
190 |
+
- -0.1221967339515686
|
191 |
+
- -0.16900566220283508
|
192 |
+
- -0.18083356320858002
|
193 |
+
- -0.12510593235492706
|
194 |
+
- -0.20988672971725464
|
195 |
+
- -0.1962517350912094
|
196 |
+
- -0.16290713846683502
|
197 |
+
- -0.25777187943458557
|
198 |
+
- -0.30785930156707764
|
199 |
+
- -0.3446635603904724
|
200 |
+
- -0.276061087846756
|
201 |
+
- -0.21626996994018555
|
202 |
+
- -0.2429492175579071
|
203 |
+
- -0.2969788610935211
|
204 |
+
- -0.2533876895904541
|
205 |
+
- -0.18988490104675293
|
206 |
+
- -0.23057228326797485
|
207 |
+
- -0.27699726819992065
|
208 |
+
- -0.166310653090477
|
209 |
+
- -0.3238593637943268
|
210 |
+
- -0.3475249409675598
|
211 |
+
- -0.2984049320220947
|
212 |
+
- -0.2591678500175476
|
213 |
+
- -0.33381229639053345
|
214 |
+
- -0.28111591935157776
|
215 |
+
- -0.2765443027019501
|
216 |
+
- -0.2617335617542267
|
217 |
+
- -0.35026833415031433
|
218 |
+
- -0.3533570468425751
|
219 |
+
- -0.10504872351884842
|
220 |
+
- -0.44001078605651855
|
221 |
+
- -0.5989624857902527
|
222 |
+
- -0.330731600522995
|
223 |
+
- -0.599812924861908
|
224 |
+
- -0.5182075500488281
|
225 |
+
- -0.5848872661590576
|
226 |
+
- -0.56633460521698
|
227 |
+
- -0.5030263066291809
|
228 |
+
- -0.3097822666168213
|
229 |
+
- -0.5560271143913269
|
230 |
+
- -0.6050411462783813
|
231 |
+
- -0.9396539330482483
|
232 |
+
- -1.6205432415008545
|
233 |
+
spec_min:
|
234 |
+
- -6.0
|
235 |
+
- -6.0
|
236 |
+
- -6.0
|
237 |
+
- -6.0
|
238 |
+
- -6.0
|
239 |
+
- -6.0
|
240 |
+
- -6.0
|
241 |
+
- -6.0
|
242 |
+
- -6.0
|
243 |
+
- -6.0
|
244 |
+
- -6.0
|
245 |
+
- -6.0
|
246 |
+
- -6.0
|
247 |
+
- -6.0
|
248 |
+
- -6.0
|
249 |
+
- -6.0
|
250 |
+
- -6.0
|
251 |
+
- -6.0
|
252 |
+
- -6.0
|
253 |
+
- -6.0
|
254 |
+
- -6.0
|
255 |
+
- -6.0
|
256 |
+
- -6.0
|
257 |
+
- -6.0
|
258 |
+
- -6.0
|
259 |
+
- -6.0
|
260 |
+
- -6.0
|
261 |
+
- -6.0
|
262 |
+
- -6.0
|
263 |
+
- -6.0
|
264 |
+
- -6.0
|
265 |
+
- -6.0
|
266 |
+
- -6.0
|
267 |
+
- -6.0
|
268 |
+
- -6.0
|
269 |
+
- -6.0
|
270 |
+
- -6.0
|
271 |
+
- -6.0
|
272 |
+
- -6.0
|
273 |
+
- -6.0
|
274 |
+
- -6.0
|
275 |
+
- -6.0
|
276 |
+
- -6.0
|
277 |
+
- -6.0
|
278 |
+
- -6.0
|
279 |
+
- -6.0
|
280 |
+
- -6.0
|
281 |
+
- -6.0
|
282 |
+
- -6.0
|
283 |
+
- -6.0
|
284 |
+
- -6.0
|
285 |
+
- -6.0
|
286 |
+
- -6.0
|
287 |
+
- -6.0
|
288 |
+
- -6.0
|
289 |
+
- -6.0
|
290 |
+
- -6.0
|
291 |
+
- -6.0
|
292 |
+
- -6.0
|
293 |
+
- -6.0
|
294 |
+
- -6.0
|
295 |
+
- -6.0
|
296 |
+
- -6.0
|
297 |
+
- -6.0
|
298 |
+
- -6.0
|
299 |
+
- -6.0
|
300 |
+
- -6.0
|
301 |
+
- -6.0
|
302 |
+
- -6.0
|
303 |
+
- -6.0
|
304 |
+
- -6.0
|
305 |
+
- -6.0
|
306 |
+
- -6.0
|
307 |
+
- -6.0
|
308 |
+
- -6.0
|
309 |
+
- -6.0
|
310 |
+
- -6.0
|
311 |
+
- -6.0
|
312 |
+
- -6.0
|
313 |
+
- -6.0
|
314 |
+
spk_cond_steps: []
|
315 |
+
stop_token_weight: 5.0
|
316 |
+
task_cls: training.task.SVC_task.SVCTask
|
317 |
+
test_ids: []
|
318 |
+
test_input_dir: ''
|
319 |
+
test_num: 0
|
320 |
+
test_prefixes:
|
321 |
+
- test
|
322 |
+
test_set_name: test
|
323 |
+
timesteps: 1000
|
324 |
+
train_set_name: train
|
325 |
+
use_crepe: true
|
326 |
+
use_denoise: false
|
327 |
+
use_energy_embed: false
|
328 |
+
use_gt_dur: false
|
329 |
+
use_gt_f0: false
|
330 |
+
use_midi: false
|
331 |
+
use_nsf: true
|
332 |
+
use_pitch_embed: true
|
333 |
+
use_pos_embed: true
|
334 |
+
use_spk_embed: false
|
335 |
+
use_spk_id: false
|
336 |
+
use_split_spk_id: false
|
337 |
+
use_uv: false
|
338 |
+
use_var_enc: false
|
339 |
+
use_vec: false
|
340 |
+
val_check_interval: 1000
|
341 |
+
valid_num: 0
|
342 |
+
valid_set_name: valid
|
343 |
+
vocoder: network.vocoders.hifigan.HifiGAN
|
344 |
+
vocoder_ckpt: checkpoints/0109_hifigan_bigpopcs_hop128
|
345 |
+
warmup_updates: 2000
|
346 |
+
wav2spec_eps: 1e-6
|
347 |
+
weight_decay: 0
|
348 |
+
win_size: 512
|
349 |
+
work_dir: /content/drive/MyDrive/diff-svc/duckaloid
|