root
2024-05-13 ae04f1e6c06d2829f218954470abe5c0348f75a6
funasr/models/e_branchformer/model.py
@@ -3,14 +3,15 @@
from funasr.models.transformer.model import Transformer
from funasr.register import tables
@tables.register("model_classes", "EBranchformer")
class EBranchformer(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)