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/train/abs_model.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/funasr/train/abs_model.py b/funasr/train/abs_model.py index 8bfba45..1c7ff3d 100644 --- a/funasr/train/abs_model.py +++ b/funasr/train/abs_model.py @@ -1,8 +1,6 @@ from abc import ABC from abc import abstractmethod -from typing import Tuple -import torch from typing import Dict from typing import Optional -- Gitblit v1.9.1