mirror of
https://github.com/wassname/TTS.git
synced 2026-09-10 11:50:20 +08:00
TWEB meta file in config
This commit is contained in:
+2
-2
@@ -44,8 +44,8 @@
|
||||
|
||||
"run_eval": true,
|
||||
"data_path": "../../Data/LJSpeech-1.1/", // can overwritten from command argument
|
||||
"meta_file_train": "transcript.txt", // metafile for training dataloader.
|
||||
"meta_file_val": "", // metafile for evaluation dataloader.
|
||||
"meta_file_train": "transcript_train.txt", // metafile for training dataloader.
|
||||
"meta_file_val": "transcript_val.txt", // metafile for evaluation dataloader.
|
||||
"dataset": "tweb", // one of TTS.dataset.preprocessors depending on your target dataset. Use "tts_cache" for pre-computed dataset by extract_features.py
|
||||
"min_seq_len": 0, // minimum text length to use in training
|
||||
"max_seq_len": 300, // maximum text length
|
||||
|
||||
Reference in New Issue
Block a user