From 491b2af1ecdf26f1513ac6a83f3490bf1b265449 Mon Sep 17 00:00:00 2001
From: 语帆 <yf352572@alibaba-inc.com>
Date: 星期四, 22 二月 2024 16:21:37 +0800
Subject: [PATCH] test

---
 funasr/frontends/default.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/funasr/frontends/default.py b/funasr/frontends/default.py
index 8ac1ca8..15cc35a 100644
--- a/funasr/frontends/default.py
+++ b/funasr/frontends/default.py
@@ -17,7 +17,7 @@
 from funasr.frontends.utils.frontend import Frontend
 from funasr.models.transformer.utils.nets_utils import make_pad_mask
 
-
+@tables.register("frontend_classes", "DefaultFrontend")
 class DefaultFrontend(nn.Module):
     """Conventional frontend structure for ASR.
     Stft -> WPE -> MVDR-Beamformer -> Power-spec -> Mel-Fbank -> CMVN

--
Gitblit v1.9.1