| contact: {contact_email: david.guzman@mail.mcgill.ca, contact_name: David Guzman} | |
| path_to_aligner_config_file: everyvoice-aligner.yaml | |
| path_to_feature_prediction_config_file: everyvoice-text-to-spec.yaml | |
| path_to_training_config_file: null | |
| path_to_vocoder_config_file: everyvoice-spec-to-wav.yaml | |
| training: | |
| batch_size: 16 | |
| check_val_every_n_epoch: null | |
| ckpt_epochs: 1 | |
| ckpt_steps: null | |
| feature_prediction_checkpoint: null | |
| filelist_loader: everyvoice.utils.generic_dict_loader | |
| finetune_checkpoint: null | |
| logger: {name: E2E-Experiment, save_dir: ../logs_and_checkpoints, sub_dir_callable: everyvoice.utils.get_current_time, | |
| version: base} | |
| max_epochs: 1000 | |
| max_steps: 100000 | |
| save_top_k_ckpts: 5 | |
| train_data_workers: 4 | |
| training_filelist: ../preprocessed/training_filelist.psv | |
| val_check_interval: 500 | |
| val_data_workers: 0 | |
| validation_filelist: ../preprocessed/validation_filelist.psv | |
| vocoder_checkpoint: null | |