From 3f2981bb8da44881460c8b290e62a3c6fce998d3 Mon Sep 17 00:00:00 2001
From: speech_asr <wangjiaming.wjm@alibaba-inc.com>
Date: 星期三, 15 三月 2023 14:27:44 +0800
Subject: [PATCH] update
---
funasr/tasks/diar.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/funasr/tasks/diar.py b/funasr/tasks/diar.py
index 6204cb7..6962915 100644
--- a/funasr/tasks/diar.py
+++ b/funasr/tasks/diar.py
@@ -787,10 +787,10 @@
cls, train: bool = True, inference: bool = False
) -> Tuple[str, ...]:
if not inference:
- retval = ("speech", "profile", "binary_labels")
+ retval = ("speech", )
else:
# Recognition mode
- retval = ("speech")
+ retval = ("speech", )
return retval
@classmethod
--
Gitblit v1.9.1