mirror of https://github.com/coqui-ai/TTS.git
config update tyo use noise for augmentation
This commit is contained in:
parent
96cf247934
commit
a1d5a9ddda
|
@ -132,6 +132,7 @@
|
||||||
"min_seq_len": 6, // DATASET-RELATED: minimum text length to use in training
|
"min_seq_len": 6, // DATASET-RELATED: minimum text length to use in training
|
||||||
"max_seq_len": 153, // DATASET-RELATED: maximum text length
|
"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.
|
"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
|
// PATHS
|
||||||
"output_path": "/home/erogol/Models/LJSpeech/",
|
"output_path": "/home/erogol/Models/LJSpeech/",
|
||||||
|
|
Loading…
Reference in New Issue