Skip to content

Commit

Permalink
[bugfix] make highfreq consistent to both fastpitch and hifigan in th…
Browse files Browse the repository at this point in the history
…eir 44100 configs. (#4177)

Signed-off-by: Xuesong Yang <xuesongyxs@gmail.com>
  • Loading branch information
XuesongYang committed May 16, 2022
1 parent f22b339 commit ed1ffeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tts/conf/fastpitch_align_44100.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ n_window_size: 2048
n_window_stride: 512
n_fft: 2048
lowfreq: 0
highfreq: 8000
highfreq: null
window: hann

phoneme_dict_path: "scripts/tts_dataset_files/cmudict-0.7b_nv22.01"
Expand Down Expand Up @@ -244,4 +244,4 @@ exp_manager:
monitor: v_loss
resume_if_exists: false
resume_ignore_no_checkpoint: false

0 comments on commit ed1ffeb

Please sign in to comment.