diff --git a/config_cluster.json b/config_cluster.json index 47becaca..0ca94270 100644 --- a/config_cluster.json +++ b/config_cluster.json @@ -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. diff --git a/config_tacotron_de.json b/config_tacotron_de.json index f8e80745..7f221c64 100644 --- a/config_tacotron_de.json +++ b/config_tacotron_de.json @@ -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": [ diff --git a/de_sentences.txt b/de_sentences.txt new file mode 100644 index 00000000..7c7651d8 --- /dev/null +++ b/de_sentences.txt @@ -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. \ No newline at end of file