aky15
2023-04-17 8672352ecde80a86609fe01195b398ebe77f0ed1
funasr/models/decoder/rnnt_decoder.py
File was renamed from funasr/models/rnnt_predictor/rnn_decoder.py
@@ -6,10 +6,9 @@
from typeguard import check_argument_types
from funasr.modules.beam_search.beam_search_transducer import Hypothesis
from funasr.models.rnnt_predictor.abs_decoder import AbsDecoder
from funasr.models.specaug.specaug import SpecAug
class RNNDecoder(AbsDecoder):
class RNNTDecoder(torch.nn.Module):
    """RNN decoder module.
    Args: