cemsubakan commited on
Commit
78a3958
1 Parent(s): 858c1b8

adding the missing !

Browse files
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