File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ x updated audio pre-processing (removed preemphasis and updated normalization)
4
4
- testing with example senteces
5
5
- optional eval-iteration
6
6
- plot alignments and specs for test sentences
7
- - use lws as an alternative vocoder
7
+ - use lws as an alternative audio processor
8
8
- make configurable audio module
9
9
- make precomputed of on-the-fly dataloader configurable
10
10
- use of preemphasis is configurable. It is skipped if config.preamphasis == 0
Original file line number Diff line number Diff line change 1
1
{
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 " ,
4
4
"num_mels" : 80 ,
5
5
"num_freq" : 1025 ,
6
6
"sample_rate" : 20000 ,
7
7
"frame_length_ms" : 50 ,
8
8
"frame_shift_ms" : 12.5 ,
9
- "preemphasis" : 0 ,
9
+ "preemphasis" : 0.97 ,
10
10
"min_mel_freq" : 125 ,
11
11
"max_mel_freq" : 7600 ,
12
12
"min_level_db" : -100 ,
33
33
"data_path" : " /snakepit/shared/data/keithito/LJSpeech-1.1/" ,
34
34
"meta_file_train" : " metadata.csv" ,
35
35
"meta_file_val" : null ,
36
- "dataset" : " LJSpeechCached " ,
36
+ "dataset" : " LJSpeech " ,
37
37
"min_seq_len" : 0 ,
38
38
"output_path" : " experiments/"
39
39
}
You can’t perform that action at this time.
0 commit comments