speechbrainteam cemsubakan commited on
Commit
7447144
1 Parent(s): 858c1b8

adding the missing ! (#2)

Browse files

- adding the missing ! (78a3958848e4884bdd238e5d1ae9053a47e56b35)


Co-authored-by: Cem Subakan <cemsubakan@users.noreply.huggingface.co>

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