From 560330e22e120b64a34c71282ae05279fb07c177 Mon Sep 17 00:00:00 2001 From: Eren G Date: Mon, 30 Jul 2018 13:50:57 +0200 Subject: [PATCH] Small changex --- ThisBranch.txt | 2 +- config.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ThisBranch.txt b/ThisBranch.txt index 3c85e2ff..688c8f63 100644 --- a/ThisBranch.txt +++ b/ThisBranch.txt @@ -4,7 +4,7 @@ x updated audio pre-processing (removed preemphasis and updated normalization) - testing with example senteces - optional eval-iteration - plot alignments and specs for test sentences -- use lws as an alternative vocoder +- use lws as an alternative audio processor - make configurable audio module - make precomputed of on-the-fly dataloader configurable - use of preemphasis is configurable. It is skipped if config.preamphasis == 0 diff --git a/config.json b/config.json index a59c07d2..521faaa8 100644 --- a/config.json +++ b/config.json @@ -1,12 +1,12 @@ { - "model_name": "loc-sens-attn-lws", - "audio_processor": "audio-lws", + "model_name": "loc-sens-attn-lws-no_preemphasis", + "audio_processor": "audio_lws", "num_mels": 80, "num_freq": 1025, "sample_rate": 20000, "frame_length_ms": 50, "frame_shift_ms": 12.5, - "preemphasis": 0, + "preemphasis": 0.97, "min_mel_freq": 125, "max_mel_freq": 7600, "min_level_db": -100, @@ -33,7 +33,7 @@ "data_path": "/snakepit/shared/data/keithito/LJSpeech-1.1/", "meta_file_train": "metadata.csv", "meta_file_val": null, - "dataset": "LJSpeechCached", + "dataset": "LJSpeech", "min_seq_len": 0, "output_path": "experiments/" } \ No newline at end of file