mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-05 18:29:19 +08:00
Adding configuration for training from durations
This commit is contained in:
19
configs/experiment/ljspeech_from_durations.yaml
Normal file
19
configs/experiment/ljspeech_from_durations.yaml
Normal 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
|
||||||
2
setup.py
2
setup.py
@@ -38,7 +38,7 @@ setup(
|
|||||||
"matcha-data-stats=matcha.utils.generate_data_statistics:main",
|
"matcha-data-stats=matcha.utils.generate_data_statistics:main",
|
||||||
"matcha-tts=matcha.cli:cli",
|
"matcha-tts=matcha.cli:cli",
|
||||||
"matcha-tts-app=matcha.app:main",
|
"matcha-tts-app=matcha.app:main",
|
||||||
"matcha-get-durations=matcha.utils.get_durations_from_trained_model:main",
|
"matcha-tts-get-durations=matcha.utils.get_durations_from_trained_model:main",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
ext_modules=cythonize(exts, language_level=3),
|
ext_modules=cythonize(exts, language_level=3),
|
||||||
|
|||||||
Reference in New Issue
Block a user