update
Browse files
examples/cnn_vad_by_webrtcvad/yaml/config.yaml
CHANGED
@@ -31,7 +31,7 @@ conv2d_block_param_list:
|
|
31 |
dilation: 2
|
32 |
activation: relu
|
33 |
dropout: 0.1
|
34 |
-
encoder_output_size:
|
35 |
|
36 |
# lsnr
|
37 |
n_frame: 3
|
|
|
31 |
dilation: 2
|
32 |
activation: relu
|
33 |
dropout: 0.1
|
34 |
+
encoder_output_size: 2056
|
35 |
|
36 |
# lsnr
|
37 |
n_frame: 3
|
toolbox/torchaudio/models/vad/cnn_vad/configuration_cnn_vad.py
CHANGED
@@ -46,7 +46,7 @@ class CNNVadConfig(PretrainedConfig):
|
|
46 |
win_type: str = "hann",
|
47 |
|
48 |
conv2d_block_param_list: list = None,
|
49 |
-
encoder_output_size: int =
|
50 |
|
51 |
n_frame: int = 3,
|
52 |
min_local_snr_db: float = -15,
|
|
|
46 |
win_type: str = "hann",
|
47 |
|
48 |
conv2d_block_param_list: list = None,
|
49 |
+
encoder_output_size: int = 2056,
|
50 |
|
51 |
n_frame: int = 3,
|
52 |
min_local_snr_db: float = -15,
|
toolbox/torchaudio/models/vad/cnn_vad/yaml/config.yaml
CHANGED
@@ -31,7 +31,7 @@ conv2d_block_param_list:
|
|
31 |
dilation: 2
|
32 |
activation: relu
|
33 |
dropout: 0.1
|
34 |
-
encoder_output_size:
|
35 |
|
36 |
# lsnr
|
37 |
n_frame: 3
|
|
|
31 |
dilation: 2
|
32 |
activation: relu
|
33 |
dropout: 0.1
|
34 |
+
encoder_output_size: 2056
|
35 |
|
36 |
# lsnr
|
37 |
n_frame: 3
|