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__(