VERSION: '1.0' contact: {contact_email: david.guzman@mail.mcgill.ca, contact_name: David Guzman} model: {conv_dim: 512, lstm_dim: 512, target_text_representation_level: characters} path_to_model_config_file: null path_to_preprocessing_config_file: everyvoice-shared-data.yaml path_to_text_config_file: everyvoice-shared-text.yaml path_to_training_config_file: null training: batch_size: 16 binned_sampler: true check_val_every_n_epoch: null ckpt_epochs: 1 ckpt_steps: null extraction_method: dijkstra filelist_loader: everyvoice.utils.generic_dict_loader finetune_checkpoint: null logger: {name: AlignerExperiment, save_dir: ../logs_and_checkpoints, sub_dir_callable: everyvoice.utils.get_current_time, version: base} max_epochs: 1000 max_steps: 100000 optimizer: betas: [0.9, 0.98] eps: 1.0e-08 learning_rate: 0.0001 name: adamw weight_decay: 0.01 plot_steps: 1000 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