-
Notifications
You must be signed in to change notification settings - Fork 694
/
Copy pathsgmse.json
42 lines (40 loc) · 910 Bytes
/
sgmse.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"base_config": "config/base.json",
"dataset": [
"wsj0reverb"
],
"task_type": "sgmse",
"preprocess": {
"dummy": false,
"num_frames":256,
"normalize": "noisy",
"hop_length": 128,
"n_fft": 510,
"spec_abs_exponent": 0.5,
"spec_factor": 0.15,
"use_spkid": false,
"use_uv": false,
"use_frame_pitch": false,
"use_phone_pitch": false,
"use_frame_energy": false,
"use_phone_energy": false,
"use_mel": false,
"use_audio": false,
"use_label": false,
"use_one_hot": false
},
"model": {
"sgmse": {
"backbone": "ncsnpp",
"sde": "ouve",
"gpus": 1
}
},
"train": {
"batch_size": 8,
"lr": 1e-4,
"ema_decay": 0.999,
"t_eps": 3e-2,
"num_eval_files": 20
}
}