From 5130d2406df1aa567d13eec49eea8f9e392c6790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AF=AD=E5=B8=86?= Date: Fri, 23 Feb 2024 17:01:41 +0800 Subject: [PATCH] test --- funasr/frontends/default.py | 1 + 1 file changed, 1 insertion(+) diff --git a/funasr/frontends/default.py b/funasr/frontends/default.py index 66d42f71c..364c8bbb9 100644 --- a/funasr/frontends/default.py +++ b/funasr/frontends/default.py @@ -48,6 +48,7 @@ class DefaultFrontend(nn.Module): # Deepcopy (In general, dict shouldn't be used as default arg) frontend_conf = copy.deepcopy(frontend_conf) self.hop_length = hop_length + self.fs = fs if apply_stft: self.stft = Stft(