Update preprocess_text.py
This commit is contained in:
@@ -4,7 +4,7 @@ from random import shuffle
|
|||||||
import tqdm
|
import tqdm
|
||||||
from text.cleaner import clean_text
|
from text.cleaner import clean_text
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
stage = [2,3]
|
stage = [1,2,3]
|
||||||
|
|
||||||
transcription_path = 'filelists/genshin.txt'
|
transcription_path = 'filelists/genshin.txt'
|
||||||
train_path = 'filelists/train.list'
|
train_path = 'filelists/train.list'
|
||||||
|
|||||||
Reference in New Issue
Block a user