From fa215038e74fed7a553a0350a07ef31ee047e0e9 Mon Sep 17 00:00:00 2001
From: Shi Xian <40013335+R1ckShi@users.noreply.github.com>
Date: 星期五, 19 四月 2024 14:52:41 +0800
Subject: [PATCH] Merge pull request #1635 from querryton/patch-1
---
funasr/models/conformer/model.py | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/funasr/models/conformer/model.py b/funasr/models/conformer/model.py
index 2c26753..171014b 100644
--- a/funasr/models/conformer/model.py
+++ b/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)
--
Gitblit v1.9.1