Skip to content

Commit

Permalink
Update configuration files
Browse files Browse the repository at this point in the history
Signed-off-by: anferico <[email protected]>
  • Loading branch information
anferico committed Oct 23, 2023
1 parent 6a7f541 commit 346a05c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/tts/conf/fastpitch_align_44100_adapter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ window: hann
phoneme_dict_path: "scripts/tts_dataset_files/cmudict-0.7b_nv22.10"
heteronyms_path: "scripts/tts_dataset_files/heteronyms-052722"

reference_audio_type: "same-speaker"

model:
unfreeze_aligner: false
unfreeze_duration_predictor: false
Expand Down Expand Up @@ -136,6 +138,7 @@ model:
pitch_mean: ${model.pitch_mean}
pitch_std: ${model.pitch_std}
use_beta_binomial_interpolator: true
reference_audio_type: ${reference_audio_type}

dataloader_params:
drop_last: false
Expand Down Expand Up @@ -168,6 +171,7 @@ model:
pitch_mean: ${model.pitch_mean}
pitch_std: ${model.pitch_std}
use_beta_binomial_interpolator: true
reference_audio_type: ${reference_audio_type}

dataloader_params:
drop_last: false
Expand Down
4 changes: 4 additions & 0 deletions examples/tts/conf/fastpitch_align_ipa_adapter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ window: hann
phoneme_dict_path: "scripts/tts_dataset_files/ipa_cmudict-0.7b_nv23.01.txt"
heteronyms_path: "scripts/tts_dataset_files/heteronyms-052722"

reference_audio_type: "same-speaker"

model:
unfreeze_aligner: false
unfreeze_duration_predictor: false
Expand Down Expand Up @@ -141,6 +143,7 @@ model:
pitch_mean: ${model.pitch_mean}
pitch_std: ${model.pitch_std}
use_beta_binomial_interpolator: true
reference_audio_type: ${reference_audio_type}

dataloader_params:
drop_last: false
Expand Down Expand Up @@ -173,6 +176,7 @@ model:
pitch_mean: ${model.pitch_mean}
pitch_std: ${model.pitch_std}
use_beta_binomial_interpolator: true
reference_audio_type: ${reference_audio_type}

dataloader_params:
drop_last: false
Expand Down

0 comments on commit 346a05c

Please sign in to comment.