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)