游雁
2024-02-23 8827e26b8d487f123f8d7d5cbd8d00b81dcefcff
funasr/models/e_branchformer/model.py
@@ -5,12 +5,12 @@
@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)