TWEB meta file in config

pull/10/head
Eren Golge 2018-12-18 18:59:39 +01:00
parent 7cdeef1b5c
commit 9d48430c3e
1 changed files with 2 additions and 2 deletions

View File

@ -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