Add config/everyvoice-text-to-wav.yaml for Nepali
Browse files
config/everyvoice-text-to-wav.yaml
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
contact: {contact_email: david.guzman@mail.mcgill.ca, contact_name: David Guzman}
|
| 2 |
+
path_to_aligner_config_file: everyvoice-aligner.yaml
|
| 3 |
+
path_to_feature_prediction_config_file: everyvoice-text-to-spec.yaml
|
| 4 |
+
path_to_training_config_file: null
|
| 5 |
+
path_to_vocoder_config_file: everyvoice-spec-to-wav.yaml
|
| 6 |
+
training:
|
| 7 |
+
batch_size: 16
|
| 8 |
+
check_val_every_n_epoch: null
|
| 9 |
+
ckpt_epochs: 1
|
| 10 |
+
ckpt_steps: null
|
| 11 |
+
feature_prediction_checkpoint: null
|
| 12 |
+
filelist_loader: everyvoice.utils.generic_dict_loader
|
| 13 |
+
finetune_checkpoint: null
|
| 14 |
+
logger: {name: E2E-Experiment, save_dir: ../logs_and_checkpoints, sub_dir_callable: everyvoice.utils.get_current_time,
|
| 15 |
+
version: base}
|
| 16 |
+
max_epochs: 1000
|
| 17 |
+
max_steps: 100000
|
| 18 |
+
save_top_k_ckpts: 5
|
| 19 |
+
train_data_workers: 4
|
| 20 |
+
training_filelist: ../preprocessed/training_filelist.psv
|
| 21 |
+
val_check_interval: 500
|
| 22 |
+
val_data_workers: 0
|
| 23 |
+
validation_filelist: ../preprocessed/validation_filelist.psv
|
| 24 |
+
vocoder_checkpoint: null
|