mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-04 17:59:19 +08:00
17 lines
392 B
YAML
17 lines
392 B
YAML
# @package _global_
|
|
|
|
# to execute this experiment run:
|
|
# python train.py experiment=multispeaker
|
|
|
|
defaults:
|
|
- override /data: ljspeech.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: ["ljspeech"]
|
|
|
|
|
|
run_name: ljspeech
|