From e6d49d086f481465f6e0ce6dc68cc8afbab266e2 Mon Sep 17 00:00:00 2001 From: smohan-speech <smohan@mail.ustc.edu.cn> Date: 星期四, 11 五月 2023 10:07:32 +0800 Subject: [PATCH] add speaker-attributed ASR task for alimeeting --- funasr/lm/abs_model.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/funasr/lm/abs_model.py b/funasr/lm/abs_model.py index 997aad9..1f3c8a7 100644 --- a/funasr/lm/abs_model.py +++ b/funasr/lm/abs_model.py @@ -14,7 +14,6 @@ from typeguard import check_argument_types from funasr.modules.nets_utils import make_pad_mask -from funasr.lm.abs_model import AbsLM from funasr.torch_utils.device_funcs import force_gatherable from funasr.train.abs_espnet_model import AbsESPnetModel -- Gitblit v1.9.1