shixian.shi
2024-01-15 1233c0d3ff9cf7fd6131862e7d0b208d3981f6da
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)