From 0b764d335067c0ce1f5b185d5ff3799dbf3466e1 Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期三, 22 五月 2024 16:20:24 +0800
Subject: [PATCH] wenetspeech
---
funasr/bin/compute_audio_cmvn.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/funasr/bin/compute_audio_cmvn.py b/funasr/bin/compute_audio_cmvn.py
index 697da94..20c8e0d 100644
--- a/funasr/bin/compute_audio_cmvn.py
+++ b/funasr/bin/compute_audio_cmvn.py
@@ -75,6 +75,7 @@
if batch_idx % log_step == 0:
print(f"prcessed: {batch_idx}/{iter_stop}")
if batch_idx >= iter_stop and iter_stop > 0.0:
+ print(f"prcessed: {iter_stop}/{iter_stop}")
break
fbank = batch["speech"].numpy()[0, :, :]
--
Gitblit v1.9.1