shixian.shi
2024-02-21 9a6c6ab5ea25bf2d6e874010ae101e29bde2a217
funasr/models/conformer/model.py
@@ -7,13 +7,13 @@
@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)