mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-05 18:29:19 +08:00
Adding other experiment configs
This commit is contained in:
14
configs/experiment/tsg2_det_dur.yaml
Normal file
14
configs/experiment/tsg2_det_dur.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
# @package _global_
|
||||
|
||||
# to execute this experiment run:
|
||||
# python train.py experiment=multispeaker
|
||||
|
||||
defaults:
|
||||
- override /data: tsg2.yaml
|
||||
|
||||
# all parameters below will be merged with parameters from default configurations set above
|
||||
# this allows you to overwrite only specified parameters
|
||||
|
||||
tags: ["tsg2"]
|
||||
|
||||
run_name: tsg2_det_dur
|
||||
20
configs/experiment/tsg2_stoc_dur.yaml
Normal file
20
configs/experiment/tsg2_stoc_dur.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
# @package _global_
|
||||
|
||||
# to execute this experiment run:
|
||||
# python train.py experiment=multispeaker
|
||||
|
||||
defaults:
|
||||
- override /data: tsg2.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: ["tsg2"]
|
||||
|
||||
|
||||
run_name: tsg2_stoc_dur
|
||||
|
||||
model:
|
||||
duration_predictor:
|
||||
p_dropout: 0.5
|
||||
Reference in New Issue
Block a user