From 58adc54f070214f785e45ea1328cf7a9b249e13f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stardust=C2=B7=E5=87=8F?= <2225664821@qq.com> Date: Mon, 21 Aug 2023 08:43:34 +0800 Subject: [PATCH] Update preprocess_text.py --- preprocess_text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preprocess_text.py b/preprocess_text.py index 0314bba..6d965ee 100644 --- a/preprocess_text.py +++ b/preprocess_text.py @@ -24,7 +24,7 @@ if 1 in stage: " ".join([str(i) for i in tones]), " ".join([str(i) for i in word2ph]))) except: - print("err!", text) + print("err!", utt) if 2 in stage: spk_utt_map = defaultdict(list)