彭震东
2024-07-15 f2ed4b3856eaed8abe568e6904ffd8dc3a799f5f
funasr/auto/auto_model.py
@@ -315,7 +315,7 @@
            speed_stats["rtf"] = f"{(time_escape) / batch_data_time:0.3f}"
            description = f"{speed_stats}, "
            if pbar:
                pbar.update(1)
                pbar.update(end_idx - beg_idx)
                pbar.set_description(description)
            time_speech_total += batch_data_time
            time_escape_total += time_escape