Adding configuration for training from durations

This commit is contained in:
Shivam Mehta
2024-05-27 13:50:21 +02:00
parent de910380bc
commit ac0b258f80
2 changed files with 20 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
# @package _global_
# to execute this experiment run:
# python train.py experiment=multispeaker
defaults:
- override /data: ljspeech.yaml
# all parameters below will be merged with parameters from default configurations set above
# this allows you to overwrite only specified parameters
tags: ["ljspeech"]
run_name: ljspeech
data:
load_durations: True
batch_size: 64