config update tyo use noise for augmentation

This commit is contained in:
erogol
2021-01-06 13:19:40 +01:00
parent 96cf247934
commit a1d5a9ddda
+1
View File
@@ -132,6 +132,7 @@
"min_seq_len": 6, // DATASET-RELATED: minimum text length to use in training
"max_seq_len": 153, // DATASET-RELATED: maximum text length
"compute_input_seq_cache": false, // if true, text sequences are computed before starting training. If phonemes are enabled, they are also computed at this stage.
"use_noise_augment": true,
// PATHS
"output_path": "/home/erogol/Models/LJSpeech/",