From fc85f34596b5e2768de618a36508fc5bf9ec7bda Mon Sep 17 00:00:00 2001
From: 志浩 <neo.dzh@alibaba-inc.com>
Date: 星期四, 23 二月 2023 22:05:54 +0800
Subject: [PATCH] sond pipeline

---
 funasr/tasks/diar.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/funasr/tasks/diar.py b/funasr/tasks/diar.py
index f3212f1..9a43945 100644
--- a/funasr/tasks/diar.py
+++ b/funasr/tasks/diar.py
@@ -368,7 +368,7 @@
             cls, train: bool = True, inference: bool = False
     ) -> Tuple[str, ...]:
         if not inference:
-            retval = ("speech", "profile", "label")
+            retval = ("speech", "profile", "binary_labels")
         else:
             # Recognition mode
             retval = ("speech", "profile")

--
Gitblit v1.9.1