shixian.shi
2023-06-27 bbea0265f160b0180df5e7cf9ce1bc6492f06d3a
funasr/models/e2e_asr_mfcca.py
@@ -53,7 +53,7 @@
            encoder: AbsEncoder,
            decoder: AbsDecoder,
            ctc: CTC,
            rnnt_decoder: None,
            rnnt_decoder: None = None,
            ctc_weight: float = 0.5,
            ignore_id: int = -1,
            lsm_weight: float = 0.0,