diff --git a/TTS/tts/configs/config.json b/TTS/tts/configs/config.json index 54fcada7..48f20e8f 100644 --- a/TTS/tts/configs/config.json +++ b/TTS/tts/configs/config.json @@ -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/",