config update tyo use noise for augmentation

This commit is contained in:
erogol 2020-12-28 13:50:44 +01:00
parent 96cf247934
commit a1d5a9ddda
1 changed files with 1 additions and 0 deletions

View File

@ -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/",