Titouan sdelangen commited on
Commit
703ce75
1 Parent(s): 31a6fb1

Fix SB 1.0 compatibility (#1)

Browse files

- Fix SB 1.0 compatibility (ae018ddd015f052ee339c7aeb468d23adb057bc3)


Co-authored-by: sdelangen <sdelangen@users.noreply.huggingface.co>

Files changed (1) hide show
  1. hyperparams.yaml +1 -0
hyperparams.yaml CHANGED
@@ -73,6 +73,7 @@ Transformer: !new:speechbrain.lobes.models.transformer.TransformerASR.Transforme
73
  dropout: !ref <transformer_dropout>
74
  activation: !ref <activation>
75
  normalize_before: True
 
76
 
77
  ctc_lin: !new:speechbrain.nnet.linear.Linear
78
  input_size: !ref <d_model>
 
73
  dropout: !ref <transformer_dropout>
74
  activation: !ref <activation>
75
  normalize_before: True
76
+ causal: False
77
 
78
  ctc_lin: !new:speechbrain.nnet.linear.Linear
79
  input_size: !ref <d_model>