Fix SB 1.0 compatibility (#1)
Browse files- Fix SB 1.0 compatibility (747f074eac9bd379b9c055d0be0dcc3ca7be49a3)
Co-authored-by: sdelangen <[email protected]>
- hyperparams.yaml +1 -0
hyperparams.yaml
CHANGED
@@ -64,6 +64,7 @@ Transformer: !new:speechbrain.lobes.models.transformer.TransformerASR.Transforme
|
|
64 |
dropout: !ref <transformer_dropout>
|
65 |
activation: !ref <activation>
|
66 |
normalize_before: False
|
|
|
67 |
|
68 |
ctc_lin: !new:speechbrain.nnet.linear.Linear
|
69 |
input_size: !ref <d_model>
|
|
|
64 |
dropout: !ref <transformer_dropout>
|
65 |
activation: !ref <activation>
|
66 |
normalize_before: False
|
67 |
+
causal: False
|
68 |
|
69 |
ctc_lin: !new:speechbrain.nnet.linear.Linear
|
70 |
input_size: !ref <d_model>
|