Files changed (1) hide show
  1. hyperparams.yaml +1 -1
hyperparams.yaml CHANGED
@@ -37,7 +37,7 @@ SBtfinter: !new:speechbrain.lobes.models.dual_path.SBTransformerBlock
37
  use_positional_encoding: true
38
  norm_before: true
39
 
40
- MaskNet: new:speechbrain.lobes.models.dual_path.Dual_Path_Model
41
  num_spks: 1
42
  in_channels: 256
43
  out_channels: 256
 
37
  use_positional_encoding: true
38
  norm_before: true
39
 
40
+ MaskNet: !new:speechbrain.lobes.models.dual_path.Dual_Path_Model
41
  num_spks: 1
42
  in_channels: 256
43
  out_channels: 256