游雁
2023-06-27 c506a5f67eef7a1dd4b7bff2dcd2abbad74a3ad2
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,