From bcb17b71d6d0aaf12b395b1f6e8f6a1fb5040917 Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期四, 25 一月 2024 20:12:15 +0800
Subject: [PATCH] pbar

---
 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