-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
executable file
·43 lines (43 loc) · 1007 Bytes
/
config.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
43
{
"mel_config": {
"segment_length": 0,
"sampling_rate": 22050,
"filter_length": 551,
"hop_length": 220,
"win_length": 551,
"mel_fmin": 0.0,
"mel_fmax": 8000.0
},
"waveglow_mel_config": {
"segment_length": 16000,
"sampling_rate": 22050,
"filter_length": 1024,
"hop_length": 256,
"win_length": 1024,
"mel_fmin": 0.0,
"mel_fmax": 8000.0
},
"hp":{
"SR": 22050,
"NUM_WORKERS": 4,
"BATCH_SIZE": 4,
"MEL_MIN": -12.0,
"NUM_EPOCH": 144,
"LR": 1e-5,
"MASKING_RATIO": 0.0,
"APPLY_SPECAUG": false,
"APPLY_T_SHIFT": true,
"CHECKPOINT_STEPS": 3000,
"KEEP_LAST_ONLY": true,
"LOGGING_STEPS": 300,
"LOAD_MEL": true
},
"mp":{
"Dc": 2048,
"Dtr": 1024,
"NUM_HEAD": 4,
"TRNS_NUM_ENC": 9,
"TRNS_NUM_DEC": 9,
"TRNS_HDN_FFN": 4096
}
}