zhuangzhong
2024-06-07 c367f1b819bb40e70e379f8f80b1d9fd67e47c79
funasr/models/conformer/model.py
@@ -5,15 +5,15 @@
from funasr.models.transformer.model import Transformer
from funasr.register import tables
@tables.register("model_classes", "Conformer")
class Conformer(Transformer):
   """CTC-attention hybrid Encoder-Decoder model"""
    """CTC-attention hybrid Encoder-Decoder model"""
   def __init__(
      self,
      *args,
      **kwargs,
   ):
    def __init__(
        self,
        *args,
        **kwargs,
    ):
      super().__init__(*args, **kwargs)
        super().__init__(*args, **kwargs)