Update model
Browse files
exp/diar_enh_train_diar_enh_convtasnet_adapt/config.yaml
CHANGED
@@ -172,7 +172,6 @@ normalize: null
|
|
172 |
normalize_conf: {}
|
173 |
diar_encoder: transformer
|
174 |
diar_encoder_conf:
|
175 |
-
input_size: 128
|
176 |
input_layer: conv2d8
|
177 |
num_blocks: 4
|
178 |
linear_units: 512
|
@@ -206,11 +205,10 @@ separator_conf:
|
|
206 |
kernel: 3
|
207 |
causal: false
|
208 |
norm_type: gLN
|
209 |
-
mask_module:
|
210 |
mask_module_conf:
|
211 |
max_num_spk: 3
|
212 |
mask_nonlinear: relu
|
213 |
-
input_dim: 512
|
214 |
bottleneck_dim: 128
|
215 |
enh_decoder: conv
|
216 |
enh_decoder_conf:
|
|
|
172 |
normalize_conf: {}
|
173 |
diar_encoder: transformer
|
174 |
diar_encoder_conf:
|
|
|
175 |
input_layer: conv2d8
|
176 |
num_blocks: 4
|
177 |
linear_units: 512
|
|
|
205 |
kernel: 3
|
206 |
causal: false
|
207 |
norm_type: gLN
|
208 |
+
mask_module: multi_mask
|
209 |
mask_module_conf:
|
210 |
max_num_spk: 3
|
211 |
mask_nonlinear: relu
|
|
|
212 |
bottleneck_dim: 128
|
213 |
enh_decoder: conv
|
214 |
enh_decoder_conf:
|