From 646eda72e3f495b33b48e73949f4a54909bb0de4 Mon Sep 17 00:00:00 2001
From: 雾聪 <wucong.lyb@alibaba-inc.com>
Date: 星期五, 26 一月 2024 10:04:19 +0800
Subject: [PATCH] update clients for 2pass

---
 funasr/auto/auto_model.py |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/funasr/auto/auto_model.py b/funasr/auto/auto_model.py
index 9d957a3..02b3b2e 100644
--- a/funasr/auto/auto_model.py
+++ b/funasr/auto/auto_model.py
@@ -426,10 +426,10 @@
                                  f"time_escape: {time_escape_total_per_sample:0.3f}")
 
 
-        end_total = time.time()
-        time_escape_total_all_samples = end_total - beg_total
-        print(f"rtf_avg_all: {time_escape_total_all_samples / time_speech_total_all_samples:0.3f}, "
-                             f"time_speech_all: {time_speech_total_all_samples: 0.3f}, "
-                             f"time_escape_all: {time_escape_total_all_samples:0.3f}")
+        # end_total = time.time()
+        # time_escape_total_all_samples = end_total - beg_total
+        # print(f"rtf_avg_all: {time_escape_total_all_samples / time_speech_total_all_samples:0.3f}, "
+        #                      f"time_speech_all: {time_speech_total_all_samples: 0.3f}, "
+        #                      f"time_escape_all: {time_escape_total_all_samples:0.3f}")
         return results_ret_list
 

--
Gitblit v1.9.1