-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcfg.yaml
59 lines (51 loc) · 995 Bytes
/
cfg.yaml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
threshold: 3.5
sample_rate: &sr 16000
device: cpu
ckpt: sgvad.pth
preprocessor:
sample_rate: *sr
window_size: 0.025
window_stride: 0.01
window: "hann"
n_mels: &n_mels 32
n_mfcc: *n_mels
n_fft: 512
vad:
feat_in: *n_mels
activation: hardtanh
conv_mask: false
jasper:
- filters: *n_mels
repeat: 1
kernel: [11]
stride: [1]
dilation: [1]
dropout: 0.0
residual: false
separable: true
kernel_size_factor: 1.0
- filters: *n_mels
repeat: 1
kernel: [13]
stride: [1]
dilation: [1]
dropout: 0.0
residual: true
separable: true
kernel_size_factor: 1.0
- filters: *n_mels
repeat: 1
kernel: [15]
stride: [1]
dilation: [1]
dropout: 0.0
residual: true
separable: true
kernel_size_factor: 1.0
- filters: *n_mels
repeat: 1
kernel: [1]
stride: [1]
dilation: [1]
dropout: 0.0
residual: false