Files
Matcha-TTS/configs/experiment/ryan_stoc_dur.yaml
Shivam Mehta ad76016916 Fixing configs
2024-02-26 09:11:22 +00:00

25 lines
468 B
YAML

# @package _global_
# to execute this experiment run:
# python train.py experiment=multispeaker
defaults:
- override /data: ryan.yaml
- override /model/duration_predictor: flow_matching.yaml
# all parameters below will be merged with parameters from default configurations set above
# this allows you to overwrite only specified parameters
tags: ["ryan"]
run_name: ryan_stoc_dur
model:
duration_predictor:
p_dropout: 0.2
trainer:
max_epochs: 3000