funasr/models/e2e_asr_mfcca.py
@@ -36,7 +36,6 @@ import random import math class MFCCA(FunASRModel): """ Author: Audio, Speech and Language Processing Group (ASLP@NPU), Northwestern Polytechnical University @@ -54,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,