Skip to content

Commit 560330e

Browse files
author
Eren G
committed
Small changex
1 parent adedd7b commit 560330e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ThisBranch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ x updated audio pre-processing (removed preemphasis and updated normalization)
44
- testing with example senteces
55
- optional eval-iteration
66
- plot alignments and specs for test sentences
7-
- use lws as an alternative vocoder
7+
- use lws as an alternative audio processor
88
- make configurable audio module
99
- make precomputed of on-the-fly dataloader configurable
1010
- use of preemphasis is configurable. It is skipped if config.preamphasis == 0

config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"model_name": "loc-sens-attn-lws",
3-
"audio_processor": "audio-lws",
2+
"model_name": "loc-sens-attn-lws-no_preemphasis",
3+
"audio_processor": "audio_lws",
44
"num_mels": 80,
55
"num_freq": 1025,
66
"sample_rate": 20000,
77
"frame_length_ms": 50,
88
"frame_shift_ms": 12.5,
9-
"preemphasis": 0,
9+
"preemphasis": 0.97,
1010
"min_mel_freq": 125,
1111
"max_mel_freq": 7600,
1212
"min_level_db": -100,
@@ -33,7 +33,7 @@
3333
"data_path": "/snakepit/shared/data/keithito/LJSpeech-1.1/",
3434
"meta_file_train": "metadata.csv",
3535
"meta_file_val": null,
36-
"dataset": "LJSpeechCached",
36+
"dataset": "LJSpeech",
3737
"min_seq_len": 0,
3838
"output_path": "experiments/"
3939
}

0 commit comments

Comments
 (0)