cer
游雁
2024-02-29 b5ea9c7a6a7cf0816fd59d7b3377752390d3a775
funasr/models/e_branchformer/model.py
@@ -1,16 +1,16 @@
import logging
from funasr.models.transformer.model import Transformer
from funasr.utils.register import register_class
from funasr.register import tables
@register_class("model_classes", "EBranchformer")
@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)