This commit is contained in:
rcell
2023-07-22 08:17:25 +08:00
parent abac0cb146
commit 8fc674fe2c
8 changed files with 50264 additions and 249 deletions

View File

@@ -6,7 +6,7 @@ from text.cleaner import clean_text
from collections import defaultdict
stage = [1,2,3]
transcription_path = 'filelists/esd.list'
transcription_path = 'filelists/aishell.list'
train_path = 'filelists/train.list'
val_path = 'filelists/val.list'
config_path = "configs/config.json"