Fix SB 1.0 compatibility
#1
by
sdelangen
- opened
See: https://github.com/speechbrain/speechbrain/issues/2604
This model was trained with causal: True (the default), but this functionality was broken pre-1.0.
Upon checking, the TransformerASR for this model doesn't seem to have anything else affected by the switch from causal: True to causal: False.
Titouan
changed pull request status to
merged