speech_asr %!s(int64=3) %!d(string=hai) anos
pai
achega
3f2981bb8d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      funasr/tasks/diar.py

+ 2 - 2
funasr/tasks/diar.py

@@ -787,10 +787,10 @@ class EENDOLADiarTask(AbsTask):
             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