Update model
Browse files
exp/diar_enh_train_diar_enh_convtasnet_lmf_adapt/config.yaml
CHANGED
@@ -184,7 +184,6 @@ normalize: null
|
|
184 |
normalize_conf: {}
|
185 |
diar_encoder: transformer
|
186 |
diar_encoder_conf:
|
187 |
-
input_size: 208
|
188 |
input_layer: conv2d8
|
189 |
num_blocks: 4
|
190 |
linear_units: 512
|
@@ -218,11 +217,10 @@ separator_conf:
|
|
218 |
kernel: 3
|
219 |
causal: false
|
220 |
norm_type: gLN
|
221 |
-
mask_module:
|
222 |
mask_module_conf:
|
223 |
max_num_spk: 3
|
224 |
mask_nonlinear: relu
|
225 |
-
input_dim: 512
|
226 |
bottleneck_dim: 128
|
227 |
enh_decoder: conv
|
228 |
enh_decoder_conf:
|
|
|
184 |
normalize_conf: {}
|
185 |
diar_encoder: transformer
|
186 |
diar_encoder_conf:
|
|
|
187 |
input_layer: conv2d8
|
188 |
num_blocks: 4
|
189 |
linear_units: 512
|
|
|
217 |
kernel: 3
|
218 |
causal: false
|
219 |
norm_type: gLN
|
220 |
+
mask_module: multi_mask
|
221 |
mask_module_conf:
|
222 |
max_num_spk: 3
|
223 |
mask_nonlinear: relu
|
|
|
224 |
bottleneck_dim: 128
|
225 |
enh_decoder: conv
|
226 |
enh_decoder_conf:
|