From df662541a887feafd1c17eda790be67c8711a20f Mon Sep 17 00:00:00 2001
From: speech_asr <wangjiaming.wjm@alibaba-inc.com>
Date: 星期二, 11 四月 2023 00:13:30 +0800
Subject: [PATCH] update

---
 funasr/models/frontend/s3prl.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/funasr/models/frontend/s3prl.py b/funasr/models/frontend/s3prl.py
index f2b6107..c0a526f 100644
--- a/funasr/models/frontend/s3prl.py
+++ b/funasr/models/frontend/s3prl.py
@@ -10,7 +10,6 @@
 import torch
 from typeguard import check_argument_types
 
-from funasr.models.frontend.abs_frontend import AbsFrontend
 from funasr.modules.frontends.frontend import Frontend
 from funasr.modules.nets_utils import pad_list
 from funasr.utils.get_default_kwargs import get_default_kwargs
@@ -27,7 +26,7 @@
     return args
 
 
-class S3prlFrontend(AbsFrontend):
+class S3prlFrontend(torch.nn.Module):
     """Speech Pretrained Representation frontend structure for ASR."""
 
     def __init__(

--
Gitblit v1.9.1