first commit
This commit is contained in:
14
third_party/Matcha-TTS/configs/experiment/hifi_dataset_piper_phonemizer.yaml
vendored
Normal file
14
third_party/Matcha-TTS/configs/experiment/hifi_dataset_piper_phonemizer.yaml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# @package _global_
|
||||
|
||||
# to execute this experiment run:
|
||||
# python train.py experiment=multispeaker
|
||||
|
||||
defaults:
|
||||
- override /data: hi-fi_en-US_female.yaml
|
||||
|
||||
# all parameters below will be merged with parameters from default configurations set above
|
||||
# this allows you to overwrite only specified parameters
|
||||
|
||||
tags: ["hi-fi", "single_speaker", "piper_phonemizer", "en_US", "female"]
|
||||
|
||||
run_name: hi-fi_en-US_female_piper_phonemizer
|
||||
14
third_party/Matcha-TTS/configs/experiment/ljspeech.yaml
vendored
Normal file
14
third_party/Matcha-TTS/configs/experiment/ljspeech.yaml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# @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
|
||||
19
third_party/Matcha-TTS/configs/experiment/ljspeech_from_durations.yaml
vendored
Normal file
19
third_party/Matcha-TTS/configs/experiment/ljspeech_from_durations.yaml
vendored
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
|
||||
18
third_party/Matcha-TTS/configs/experiment/ljspeech_min_memory.yaml
vendored
Normal file
18
third_party/Matcha-TTS/configs/experiment/ljspeech_min_memory.yaml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# @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_min
|
||||
|
||||
|
||||
model:
|
||||
out_size: 172
|
||||
14
third_party/Matcha-TTS/configs/experiment/multispeaker.yaml
vendored
Normal file
14
third_party/Matcha-TTS/configs/experiment/multispeaker.yaml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# @package _global_
|
||||
|
||||
# to execute this experiment run:
|
||||
# python train.py experiment=multispeaker
|
||||
|
||||
defaults:
|
||||
- override /data: vctk.yaml
|
||||
|
||||
# all parameters below will be merged with parameters from default configurations set above
|
||||
# this allows you to overwrite only specified parameters
|
||||
|
||||
tags: ["multispeaker"]
|
||||
|
||||
run_name: multispeaker
|
||||
Reference in New Issue
Block a user