mirror of https://github.com/coqui-ai/TTS.git
config new parameter for text sentences
parent
013ec2f168
commit
4d3de7cb4c
|
@ -62,6 +62,7 @@
|
|||
|
||||
"run_eval": true,
|
||||
"test_delay_epochs": 5, //Until attention is aligned, testing only wastes computation time.
|
||||
"test_sentences_file": null, // set a file to load sentences to be used for testing. If it is null then we use default english sentences.
|
||||
"data_path": "/media/erogol/data_ssd/Data/Mozilla/", // DATASET-RELATED: can overwritten from command argument
|
||||
"meta_file_train": "metadata_train.txt", // DATASET-RELATED: metafile for training dataloader.
|
||||
"meta_file_val": "metadata_val.txt", // DATASET-RELATED: metafile for evaluation dataloader.
|
||||
|
|
|
@ -61,6 +61,7 @@
|
|||
"batch_group_size": 0, //Number of batches to shuffle after bucketing.
|
||||
|
||||
"run_eval": false,
|
||||
"test_sentences_file": "de_sentences.txt", // set a file to load sentences to be used for testing. If it is null then we use default english sentences.
|
||||
"test_delay_epochs": 5, //Until attention is aligned, testing only wastes computation time.
|
||||
"data_path": "/media/erogol/data_ssd/Data/Mozilla/", // DATASET-RELATED: can overwritten from command argument
|
||||
"meta_file_train": [
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Herzlieb, fragte er noch einmal, ist Papa wohl?
|
||||
Eine große Ueberraschung.
|
||||
Dann gab ihm sein kleines zärtliches Herz plötzlich ein, beide Aermchen um den Hals der Mutter zu schlingen und sie wieder und wieder zu küssen und seine weiche.
|
||||
als ob sie ihn nie mehr von sich lassen wollte, und weinte bitterlich.
|
Loading…
Reference in New Issue