From 2e8dc0933f31bf449ecc11ac1b4dc1833fdaad42 Mon Sep 17 00:00:00 2001 From: 游雁 <zhifu.gzf@alibaba-inc.com> Date: 星期二, 20 二月 2024 18:01:15 +0800 Subject: [PATCH] train finetune --- funasr/auto/auto_frontend.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/funasr/auto/auto_frontend.py b/funasr/auto/auto_frontend.py index 661f949..8f2f069 100644 --- a/funasr/auto/auto_frontend.py +++ b/funasr/auto/auto_frontend.py @@ -19,7 +19,6 @@ from funasr.utils.load_utils import load_audio_text_image_video, extract_fbank from funasr.utils.timestamp_tools import timestamp_sentence from funasr.models.campplus.utils import sv_chunk, postprocess, distribute_spk -from funasr.models.campplus.cluster_backend import ClusterBackend from funasr.auto.auto_model import prepare_data_iterator -- Gitblit v1.9.1