From 7643e5e3371825309dbb8b66c50d15dfe43268cf 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:42:30 +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 c56d148..24f9366 100644 --- a/preprocess_text.py +++ b/preprocess_text.py @@ -4,7 +4,7 @@ from random import shuffle import tqdm from text.cleaner import clean_text from collections import defaultdict -stage = [2,3] +stage = [1,2,3] transcription_path = 'filelists/genshin.txt' train_path = 'filelists/train.list'