Skip to content

Commit

Permalink
Added Indonesian Recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
w11wo committed Aug 29, 2024
1 parent 6ade0a8 commit b5b1198
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 0 deletions.
11 changes: 11 additions & 0 deletions configs/data/feature_extractor/44.10khz.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
defaults:
- default
- _self_

sample_rate: 44100
n_feats: 80
n_fft: 2048
hop_length: 512
win_length: 2048
f_min: 20
f_max: 11025
25 changes: 25 additions & 0 deletions configs/data/id_althaf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
defaults:
- _self_
- text_processor: id
- feature_extractor: 44.10khz

_target_: optispeech.dataset.TextWavDataModule
name: id_althaf
num_speakers: 1
train_filelist_path: data/id_althaf/train.txt
valid_filelist_path: data/id_althaf/val.txt
batch_size: 16
num_workers: 8
pin_memory: True
seed: ${seed}
data_statistics:
pitch_min: 57.744728
pitch_max: 802.723022
pitch_mean: 309.240967
pitch_std: 80.529404
energy_min: 0.001012
energy_max: 727.044678
energy_mean: 100.228531
energy_std: 81.171829
mel_mean: -4.625707
mel_std: 2.562836
7 changes: 7 additions & 0 deletions configs/data/text_processor/id.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
_target_: optispeech.dataset.text_processor.TextProcessor
languages:
- code: id
tokenizer: default
normalize_text: true
add_blank: false
add_bos_eos: false
20 changes: 20 additions & 0 deletions configs/experiment/id_althaf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# @package _global_

# to execute this experiment run:
# python train.py experiment=multispeaker

defaults:
- override /data: id_althaf.yaml
- override /model: convnext_tts.yaml

# all parameters below will be merged with parameters from default configurations set above
# this allows you to overwrite only specified parameters

tags: ["id_althaf"]

run_name: id_althaf


trainer:
max_steps: 2000000
check_val_every_n_epoch: 1000

0 comments on commit b5b1198

Please sign in to comment.