config.json update

This commit is contained in:
Eren G
2018-07-27 16:10:25 +02:00
parent 06abb07b1e
commit a7f1be6b5c
2 changed files with 115 additions and 6 deletions
+7 -6
View File
@@ -1,11 +1,12 @@
{
"model_name": "loc-sens-attn-new",
"model_name": "loc-sens-attn-lws",
"audio_processor": "audio-lws",
"num_mels": 80,
"num_freq": 1025,
"sample_rate": 20000,
"frame_length_ms": 50,
"frame_shift_ms": 12.5,
"preemphasis": 0.97,
"preemphasis": 0,
"min_mel_freq": 125,
"max_mel_freq": 7600,
"min_level_db": -100,
@@ -16,8 +17,8 @@
"epochs": 1000,
"lr": 0.002,
"warmup_steps": 4000,
"batch_size": 32,
"eval_batch_size":32,
"batch_size": 52,
"eval_batch_size":-1,
"r": 5,
"griffin_lim_iters": 60,
@@ -26,7 +27,7 @@
"num_loader_workers": 8,
"checkpoint": true,
"save_step": 750,
"save_step": 25000,
"print_step": 10,
"run_eval": false,
"data_path": "/snakepit/shared/data/keithito/LJSpeech-1.1/",
@@ -35,4 +36,4 @@
"dataset": "LJSpeechCached",
"min_seq_len": 0,
"output_path": "experiments/"
}
}