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